IPageCreationSchema Property
|
Gets the
Schema from which this page was originally created from.
Note that it is normally the same as
Schema property value, unless this Page has presentations and created a new Schema with the presentations.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
SyntaxISchema CreationSchema { get; }ReadOnly Property CreationSchema As ISchema
Get
property ISchema^ CreationSchema {
ISchema^ get ();
}abstract CreationSchema : ISchema with get
Property Value
ISchema
See Also