Autodesk Vault ProfessionalVault API

GetLatestFilesByFolderId Method

Autodesk.Connectivity.WebServicesDocumentService

Gets the latest versions of all files within a folder.

Required Permissions

FileRead

Syntax

public File[] GetLatestFilesByFolderId(
   System.long folderId,
   System.bool includeHidden
)
Public Function GetLatestFilesByFolderId( _
   ByVal folderId As System.Long, _
   ByVal includeHidden As System.Boolean _
) As File()

Parameters

NameDescription
folderIdThe ID of the folder.
includeHiddenIf true, files marked as hidden will show up in the search. Otherwise hidden files will be excluded.

Return Value

An array of files or null if the folder is empty.

See Also