Table of Contents

Class DocumentTags

Namespace
BoldSign.Model
Assembly
BoldSign.Api.dll

The Add and Delete tag model.

[DataContract]
public class DocumentTags
Inheritance
DocumentTags
Inherited Members

Properties

DocumentId

Gets or sets the DocumentId.

[DataMember(Name = "documentId", EmitDefaultValue = false)]
public string DocumentId { get; set; }

Property Value

string

Tags

Gets or sets the Tags.

[DataMember(Name = "tags", EmitDefaultValue = false)]
public List<string> Tags { get; set; }

Property Value

List<string>