GetContentSourcePropertyDefinitions Method
Gets the property definitions internal to the file.
Syntax
public CtntSrcPropDef[] GetContentSourcePropertyDefinitions(
System.byte[] downloadTicket,
System.bool allowSync
)Public Function GetContentSourcePropertyDefinitions( _
ByVal downloadTicket() As System.Byte, _
ByVal allowSync As System.Boolean _
) As CtntSrcPropDef()Parameters
| Name | Description |
|---|---|
| downloadTicket | The download ticket that allows access to the file contents. |
| allowSync | In a multi-site environment, this field tells if the file should be synched to the local site. If true and the file is not on the local site, it will be moved to the local site. If false and the file is not on the local site, an error will be thrown. |