Метод | Описание | |
---|---|---|
GetOriginalDataTypeObject ( object redirectedValue ) : object | ||
GetRedirectedValue ( object originalDataTypeObject ) : object | ||
Initialise ( |
||
MediaPickerPropertyAttribute ( string name = null, string alias = null, bool mandatory = false, string description = "", int sortOrder, bool addTabAliasToPropertyAlias = true, string dataType = null ) : System |
Specifies that a property should be used as a document property on a document type and that the SingleMediaPicker should be used in Umbraco to choose the value for this property. Any properties which are not set will be inferred from the property metadata and the data type metadata if possible.
|
|
Redirect ( |
public GetOriginalDataTypeObject ( object redirectedValue ) : object | ||
redirectedValue | object | |
Результат | object |
public GetRedirectedValue ( object originalDataTypeObject ) : object | ||
originalDataTypeObject | object | |
Результат | object |
public Initialise ( |
||
propertyTarget | ||
Результат | void |
public MediaPickerPropertyAttribute ( string name = null, string alias = null, bool mandatory = false, string description = "", int sortOrder, bool addTabAliasToPropertyAlias = true, string dataType = null ) : System | ||
name | string | Friendly name of the property |
alias | string | Alias of the property |
mandatory | bool | if set to |
description | string | The description. |
sortOrder | int | The sort order. |
addTabAliasToPropertyAlias | bool | if set to |
dataType | string |
/// |
Результат | System |
public Redirect ( |
||
property | ||
Результат |