Interface IDocument
The system entity for a Document, which allows for storing documents against any entities in the system
See https://help.lemonedge.com/documents/ for more information
Inherited Members
Namespace: LemonEdge.API.Entities.Workflow
Assembly: LemonEdge.API.dll
Syntax
[EntityDefinition(EntityID.Document, "dbo.LT_Documents", "Document", IsStandingDataEntity = false, LabelColumn = "Name")]
[DefaultEntityIcon(ImageType.Documents)]
[ForeignPermissions(2, "ID", typeof(IDocumentOwner), "DocumentID", RelationshipJoinType.Exclusive)]
public interface IDocument : IAttachableBase, IBaseEntityWithPermissions, IBaseEntity, IEquatable<IBaseEntity>, INotifyPropertyChanged, INotifyPropertyChanging, ICloneableAsync, ICanTrackProperties, IHasVersion, IHasDocumentCategory
Properties
FileType
The type of file ascertained from the file extension
Declaration
[EntityProperty(SQLType.NVarChar, 10, true)]
[EntityDescription("The document file type.")]
string FileType { get; set; }
Property Value
Type | Description |
---|---|
string |