Class DocumentTags
The Add and Delete tag model.
Inheritance
System.Object
DocumentTags
Namespace: BoldSign.Model
Assembly: BoldSign.Api.dll
Syntax
public class DocumentTags : object
Properties
| Improve this Doc View SourceDocumentId
Gets or sets the DocumentId.
Declaration
public string DocumentId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Tags
Gets or sets the Tags.
Declaration
public List<string> Tags { get; set; }
Property Value
Type | Description |
---|---|
List<System.String> |