IPageCreationRulesManagerAddPageCreationRule Method
|
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
SyntaxIPageCreationRule 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 String
- Name of the page creation rule
- schema ISchema
- Schema on which the page creation rule is based
- isDefault Boolean (Optional)
- Specifies whether this rule is the Default rule.
Return Value
IPageCreationRuleNewly created page creation rule instance
Remarks
See Also