Autodesk Vault ProfessionalVault API

GetLatestFileIdsByFoldersIds Method

Autodesk.Connectivity.WebServicesDocumentService

Gets the file IDs for the latest versions of all files within a set of folders.

Required Permissions

FileRead

Syntax

public System.long[] GetLatestFileIdsByFoldersIds(
   System.long[] folderIds,
   System.bool includeHidden
)
Public Function GetLatestFileIdsByFoldersIds( _
   ByVal folderIds() As System.Long, _
   ByVal includeHidden As System.Boolean _
) As System.Long()

Parameters

NameDescription
folderIdsAn array of Folder IDs.
includeHiddenIf true, files marked as hidden will show up in the search. Otherwise hidden files will be excluded.

Return Value

The IDs of the latest file versions from the input folders. The output array does not correlate with the input array.

See Also