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.3.169
Syntax
IPageCreationRule PageCreationRule(
	string ruleId
)

Parameters

ruleId
Type: SystemString
Unique ID of the page creation rule

Return Value

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