Autodesk Vault ProfessionalVault API

GetAllLabels Method

Autodesk.Connectivity.WebServicesDocumentService

Get a list of all labels.

Required Permissions

LabelRead

Syntax

public Label[] GetAllLabels()
Public Function GetAllLabels() As Label()

Return Value

An array of label objects.

See Also