Click or drag to resize

PageInfoBasePageID Property

The BasePageID of the page, if a base page is used, else null. Base pages provide a basic inheritance capability allowing other pages to inherit a base page's page elements and properties. Base pages themselves cannot be instantiated. Check IsBasePage to determine if this page is a base page.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public string BasePageID { get; set; }

Property Value

Type: String
See Also