DataLayoutObjectTypeMode Enumeration
Describes the different modes a type has inside the Data-Layout
Definition
Namespace: Articy.Api
Assembly: ArticyApp (in ArticyApp.dll) Version: 1.0.0
Assembly: ArticyApp (in ArticyApp.dll) Version: 1.0.0
C#
public enum DataLayoutObjectTypeModeMembers
| IncludeObjectTypeAndIncludeAllTemplates | 0 | Include the object type and include all its current and future templates |
| IncludeObjectTypeButExcludeAllTemplates | 1 | Include the object type but exclude all current and future templates |
| ExcludeObjectTypeButIncludeAllTemplates | 2 | Exclude the object type without any template, but include that object type if it has any template |
| ExcludeObjectTypeAndExcludeAllTemplates | 3 | Exclude the object type with or without any template |