Click or drag to resize

PageInfoIsBasePage Property

True if this page is a base page. 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. If this page uses a base page then BasePageID will be set.

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

Property Value

Type: Boolean
See Also