Class DocumentTags
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
Tags
Gets or sets the Tags.
[DataMember(Name = "tags", EmitDefaultValue = false)]
public List<string> Tags { get; set; }