Click or drag to resize

IPageCreationRuleSchema Property


Gets and sets the Schema that used to create Pages.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
ISchema Schema { get; set; }

Property Value

Type: ISchema
Exceptions
ExceptionCondition
ArgumentExceptionWhen assigning null to this property
Remarks

When 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