DocumentFieldSourceType Enumeration |
Enum which specifies the sourcetype of a document field. Used in IDocumentFieldSource
Namespace:
SD.LLBLGen.Pro.ApplicationCore
Assembly:
SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax public enum DocumentFieldSourceType
Public Enumeration DocumentFieldSourceType
Members
| Member name | Value | Description |
---|
| Unknown | 0 | |
| EntityField | 1 | |
| Document | 2 | |
| ListOfDocuments | 3 | |
See Also