Autodesk Vault ProfessionalVault API

AddLabel Method

Autodesk.Connectivity.WebServicesDocumentService

Creates a new label in the Vault.

Required Permissions

LabelCreate

Syntax

public Label AddLabel(
   System.long folderId,
   System.string labelName,
   System.string comment
)
Public Function AddLabel( _
   ByVal folderId As System.Long, _
   ByVal labelName As System.String, _
   ByVal comment As System.String _
) As Label

Parameters

NameDescription
folderIdThe Id of the folder to be labeled.
labelNameThe new label name.
commentA comment relating to this label.

Return Value

A label object representing the newly created label.

See Also