Label Class
Autodesk.Connectivity.WebServices›Autodesk.Connectivity.WebServices
A label acts as an identifier or marker for a point in time in the workflow.
Syntax
public class Label Public Class Label Properties
| Name | Description |
|---|---|
| Comm | A comment associated with the label. |
| CreateDate | The date and time the label was created. |
| CreateUserId | The Id of the user who created the label. |
| CreateUserName | The name of the user who created the label. |
| Id | The label Id. |
| Name | The name of the label. |
| NumFiles | The number of files included in the label. |
Returned By
Where you get a Label — members that return one.
- DocumentService.AddLabel
- DocumentService.FindLabelByName
- DocumentService.FindLabelsByNames
- DocumentService.GetAllLabels
- DocumentService.UpdateLabel
Inheritance Hierarchy
- System.Object
- Autodesk.Connectivity.WebServices.Label