IPageCreationRulesManagerAddPageCreationRule Method
|
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax IPageCreationRule AddPageCreationRule(
string ruleName,
ISchema schema,
bool isDefault = false
)
Function AddPageCreationRule (
ruleName As String,
schema As ISchema,
Optional isDefault As Boolean = false
) As IPageCreationRule
IPageCreationRule^ AddPageCreationRule(
String^ ruleName,
ISchema^ schema,
bool isDefault = false
)
abstract AddPageCreationRule :
ruleName : string *
schema : ISchema *
?isDefault : bool
(* Defaults:
let _isDefault = defaultArg isDefault false
*)
-> IPageCreationRule
Parameters
- ruleName
- Type: SystemString
Name of the page creation rule - schema
- Type: Ingeniux.CMSISchema
Schema on which the page creation rule is based - isDefault (Optional)
- Type: SystemBoolean
Specifies whether this rule is the Default rule.
Return Value
Type:
IPageCreationRuleNewly created page creation rule instance
Remarks See Also