Autodesk Vault ProfessionalVault API

GetContentSourceProperties Method

Autodesk.Connectivity.WebServicesFilestoreService

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 CtntSrcProps

Parameters

NameDescription
downloadTicketThe download ticket that allows access to the file contents. Call DocumentService.GetDownloadTicketsByFileIds to get a download ticket.
allowSyncIn 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.

See Also