IPageCreationRulesManagerPageCreationRule Method Ingeniux CMS Content Store API

Retrieves a Page Creation Rule by its unique ID.

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

Reference