Autodesk Vault ProfessionalVault API

GetFileFoldersByLabelId Method

Autodesk.Connectivity.WebServicesDocumentService

Gets a list of FileFolder objects based on a label ID.

Required Permissions

FileRead

Syntax

public FileFolder[] GetFileFoldersByLabelId(
   System.long labelId
)
Public Function GetFileFoldersByLabelId( _
   ByVal labelId As System.Long _
) As FileFolder()

Parameters

NameDescription
labelIdThe ID of the label.

Return Value

An array of FileFolder objects that correspond to the input ID.

See Also