IncludeToParentEnum Enumeration |
Namespace: CMS.DataEngine
public enum IncludeToParentEnum
Member name | Value | Description | |
---|---|---|---|
None | 0 | Objects of the child type are not included in the data of parent objects. | |
Complete | 1 | The data of parent objects includes all existing child objects of the given type. Import/staging adds new child objects or updates existing ones. Deletes child objects that exist on the target instance, but are missing in the data of the updated parent. | |
Incremental | 2 | The data of parent objects includes all existing child objects of the given type. Import/staging adds new child objects or updates existing ones. Does not delete child objects that exist on the target instance, but are missing in the data of the updated parent. | |
Default | 3 | Default inclusion. Do NOT assign this value manually. |
Copyright (c) 2019 Kentico Software