DocumentFieldDefinitionChangeType Enumeration |
Enum which is used to specify the type of change which took place inside a documentfielddefinition
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 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