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