ISchemaBasicOriginPage Property
|
Gets the
page that updated or created this schema. This page will always be a page with
presentations.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax IPage OriginPage { get; }
ReadOnly Property OriginPage As IPage
Get
property IPage^ OriginPage {
IPage^ get ();
}
abstract OriginPage : IPage with get
Property Value
Type:
IPageRemarks Pages with presentations are allowed to update or create new schemas with presentation information included.
See Also