AddLabel Method
Creates a new label in the Vault.
Required Permissions
LabelCreateSyntax
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 LabelParameters
| Name | Description |
|---|---|
| folderId | The Id of the folder to be labeled. |
| labelName | The new label name. |
| comment | A comment relating to this label. |
Return Value
A label object representing the newly created label.