IPageCreationRuleSchema Property
|
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
SyntaxISchema Schema { get; set; }Property Schema As ISchema
Get
Set
property ISchema^ Schema {
ISchema^ get ();
void set (ISchema^ value);
}abstract Schema : ISchema with get, set
Property Value
ISchema
Exceptions
RemarksWhen this property is null, an error is thrown.
This schema cannot be deleted as long as a page creation rule based on it still exists.
See Also