Method | Description | |
---|---|---|
DocumentPickerPropertyAttribute ( 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 SingleDocumentPicker 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.
|
|
GetOriginalDataTypeObject ( object redirectedValue ) : object | ||
GetRedirectedValue ( object originalDataTypeObject ) : object | ||
Initialise ( |
||
Redirect ( |
public DocumentPickerPropertyAttribute ( 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 |
/// |
return | System |
public GetOriginalDataTypeObject ( object redirectedValue ) : object | ||
redirectedValue | object | |
return | object |
public GetRedirectedValue ( object originalDataTypeObject ) : object | ||
originalDataTypeObject | object | |
return | object |
public Initialise ( |
||
propertyTarget | ||
return | void |
public Redirect ( |
||
property | ||
return |