Interface IHasDocumentCategory
Indicates that this item has a category, which defined in IDocumentCategory.
Namespace: LemonEdge.API.Entities.Workflow
Assembly: LemonEdge.API.dll
Syntax
public interface IHasDocumentCategory
Properties
CategoryID
The category of the document
Declaration
[EntityDescription("The category of the document.")]
[EntityProperty(SQLType.UniqueIdentifier, true)]
[EntityRelationship(EntityID.DocumentCategory, "ID", SingleJoinType.ZeroToOne, "Document Category", "Documents", LinkToItemInSet = true)]
Guid? CategoryID { get; set; }
Property Value
Type | Description |
---|---|
Guid? |