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

Members

IncludeObjectAndIncludeChildren0 The object itself and all its current and future children
IncludeObjectButExcludeChildren1 Only the object itself ignoring its children
ExcludeObjectButIncludeChildren2 Exclude the object itself, but include all its current and future children
ExcludeObjectAndExcludeChildren3 Exclude the object and ignore its children

See Also