Enum ListCloneBehavior
Namespace: Umbraco.Cms.Core.Collections
Assembly: Umbraco.Core.dll
Syntax
public enum ListCloneBehaviorFields
| Name | Description | 
|---|---|
| Always | When set, DeepClone will always clone all items | 
| CloneOnce | When set, DeepClone will clone the items one time and the result list behavior will be None | 
| None | When set, DeepClone will not clone any items |