Autodesk Vault ProfessionalVault API

GetLatestFilesByFolderIds Method

Autodesk.Connectivity.WebServicesDocumentService

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

Required Permissions

FileRead

Syntax

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

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

An array of FileArray objects corresponding to the input array. Each FileArray object lists the latest version of the files in the folder.

See Also