IPageCreationRuleSchema Property Ingeniux CMS Content Store API

Gets and sets the Schema that used to create Pages.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
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

Reference