Click or drag to resize
DocumentNodeDataInfoNodeInheritPageLevels Property
Specifies from which level(s) should the document inherit the content. Empty string represents inheritance from all levels in the hierarchy "/" means that no content is inherited. "\" means that only content from master document is inherited. "/{0}/{2}" means that content from first and third level is inherited.

Namespace: CMS.DocumentEngine.Internal
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 10.0.0
Syntax
C#
public string NodeInheritPageLevels { get; set; }

Property Value

Type: String
See Also