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
C#
public enum DataLayoutObjectTypeMode

Members

IncludeObjectTypeAndIncludeAllTemplates0 Include the object type and include all its current and future templates
IncludeObjectTypeButExcludeAllTemplates1 Include the object type but exclude all current and future templates
ExcludeObjectTypeButIncludeAllTemplates2 Exclude the object type without any template, but include that object type if it has any template
ExcludeObjectTypeAndExcludeAllTemplates3 Exclude the object type with or without any template

See Also