DocumentFieldDefinitionChangeType Enumeration |
Enum which is used to specify the type of change which took place inside a documentfielddefinition
Namespace:
SD.LLBLGen.Pro.ApplicationCore
Assembly:
SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.1.0.0 (5.1.0)
Syntax public enum DocumentFieldDefinitionChangeType
Public Enumeration DocumentFieldDefinitionChangeType
Members
| Member name | Value | Description |
---|
| Name | 0 | |
| Source | 1 |
The source can't be set to another value, but a property inside the source was changed.
|
See Also