Autodesk Vault ProfessionalVault API

GetContentSourceIdsByFileIds Method

Autodesk.Connectivity.WebServicesDocumentService

Tells which content source is associated with a set of files.

Required Permissions

FileRead

Syntax

public System.long[] GetContentSourceIdsByFileIds(
   System.long[] fileIds
)
Public Function GetContentSourceIdsByFileIds( _
   ByVal fileIds() As System.Long _
) As System.Long()

Parameters

NameDescription
fileIdsAn array of file ID values.

Return Value

The corresponding content source ID values. 0 is returned if there is no source for the file.

See Also