GetContentSourceProperties Method
Gets CtntSrcProps object which contains content source properties array.
Syntax
public CtntSrcProps GetContentSourceProperties(
System.byte[] downloadTicket,
System.bool allowSync
)Public Function GetContentSourceProperties( _
ByVal downloadTicket() As System.Byte, _
ByVal allowSync As System.Boolean _
) As CtntSrcPropsParameters
| Name | Description |
|---|---|
| downloadTicket | The download ticket that allows access to the file contents. Call DocumentService.GetDownloadTicketsByFileIds to get a download ticket. |
| 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. |
Return Value
Returns CtntSrcProps object which contains content source properties array.