Autodesk Vault ProfessionalVault API

GetContentSourceDeepIndex Method

Autodesk.Connectivity.WebServicesFilestoreService

Internal use only.

Syntax

public System.byte[] GetContentSourceDeepIndex(
   System.byte[] downloadTicket,
   System.byte[] relatedDownloadTickets,
   System.bool allowSync
)
Public Function GetContentSourceDeepIndex( _
   ByVal downloadTicket() As System.Byte, _
   ByVal relatedDownloadTickets() As System.Byte, _
   ByVal allowSync As System.Boolean _
) As System.Byte()

Parameters

NameDescription
downloadTicketInternal use only.
relatedDownloadTicketsInternal use only.
allowSyncInternal use only.

See Also