Click or drag to resize

IPageCreationRulesManagerPageCreationRules Method (String)


Retrieves a collection of Page Creation Rules by their unique IDs.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax
IEnumerable<IPageCreationRule> PageCreationRules(
	string[] ruleIds
)

Parameters

ruleIds
Type: SystemString
IDs of page creation rules to retrieve

Return Value

Type: IEnumerableIPageCreationRule
Collection of page creation rules with matching ID
Remarks

Any nonexisting page creation rules IDs are ignored.

See Also