Autodesk Vault ProfessionalVault API

GetFoldersByFileMasterId Method

Autodesk.Connectivity.WebServicesDocumentService

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

Required Permissions

FolderRead

Syntax

public Folder[] GetFoldersByFileMasterId(
   System.long fileMasterId
)
Public Function GetFoldersByFileMasterId( _
   ByVal fileMasterId As System.Long _
) As Folder()

Parameters

NameDescription
fileMasterIdA Vault file.

Return Value

An array of all the folders that the file is in.

See Also