SiteBaseCS_GetParentPage Method (SiteBase) Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Returns a reference to the parent document page.

Namespace: ContentStudio.Site
Assembly: CS_SiteLib (in CS_SiteLib.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public SiteBase CS_GetParentPage(
	SiteBase page
)

Parameters

page
Type: ContentStudio.SiteSiteBase
Caller page

Return Value

Type: SiteBase
Returns a reference to the parent document page. If there is no parent it will return null.
See Also

Reference