Click or drag to resize
CloneSettingsMaxRelativeLevel Property
Determines maximal level of the relationship (parent-child). -1 means all levels, 0 means no child objects, 1 means first level of children, etc.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public int MaxRelativeLevel { get; set; }

Property Value

Type: Int32
See Also