PackageContainerMode Enumeration
Describes the different modes a container object has inside a package
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 PackageContainerModeMembers
| IncludeObjectAndIncludeChildren | 0 | The object itself and all its current and future children |
| IncludeObjectButExcludeChildren | 1 | Only the object itself ignoring its children |
| ExcludeObjectButIncludeChildren | 2 | Exclude the object itself, but include all its current and future children |
| ExcludeObjectAndExcludeChildren | 3 | Exclude the object and ignore its children |