Click or drag to resize
DocumentContextCurrentParentPageInfos Property
Gets or sets the ordered list of parent page info objects, which are used on current page. These page info should be used as read-only.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
public static List<PageInfo> CurrentParentPageInfos { get; set; }

Property Value

Type: ListPageInfo
See Also