Autodesk Vault ProfessionalVault API

GetFoldersByFileMasterIds Method

Autodesk.Connectivity.WebServicesDocumentService

Gets all the folders that a set of files is shared in.

Required Permissions

FolderRead

Syntax

public FolderArray[] GetFoldersByFileMasterIds(
   System.long[] fileMasterIds
)
Public Function GetFoldersByFileMasterIds( _
   ByVal fileMasterIds() As System.Long _
) As FolderArray()

Parameters

NameDescription
fileMasterIdsA set of Vault files.

Return Value

An array of FolderArray objects corresponding to the input array. Each FolderArray object lists the folders that a file is shared in.

See Also