Click or drag to resize

IPageCreationRulesManagerPageCreationRule Method


Retrieves a Page Creation Rule by its unique ID.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
IPageCreationRule PageCreationRule(
	string ruleId
)

Parameters

ruleId  String
Unique ID of the page creation rule

Return Value

IPageCreationRule
Page Creation Rule with matching ID. Returns null if an ID is not found.
See Also