ICMSPagePresentationInformation Property
|
Gets the information for the Presentation for the Page to which this Element belongs.
Presentations are design customization on the Page that were built via Ingeniux CMS Page builder.
This property returns null, if the Page this Element belongs to doesn't have Presentation, or this Element belongs to a Component.
Namespace:
Ingeniux.Runtime
Assembly:
IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.3.169
Syntax ICMSPagePresentationInformation PresentationInformation { get; }
ReadOnly Property PresentationInformation As ICMSPagePresentationInformation
Get
property ICMSPagePresentationInformation^ PresentationInformation {
ICMSPagePresentationInformation^ get ();
}
abstract PresentationInformation : ICMSPagePresentationInformation with get
Property Value
Type:
ICMSPagePresentationInformationSee Also