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.InternalAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 12.0.0
Syntax public string NodeInheritPageLevels { get; set; }
Property Value
Type:
StringSee Also