Autodesk Vault ProfessionalVault API

GetContentSourcePropertyDefinitions Method

Autodesk.Connectivity.WebServicesFilestoreService

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

NameDescription
downloadTicketThe download ticket that allows access to the file contents.
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.

See Also