Click or drag to resize
MacroRuleInfoProviderGetMacroRules Method (String, String)
Returns dataset of all macro rules matching the specified parameters.

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 9.0.0
Syntax
C#
public static InfoDataSet<MacroRuleInfo> GetMacroRules(
	string where,
	string orderBy
)

Parameters

where
Type: SystemString
Where condition.
orderBy
Type: SystemString
Order by expression.

Return Value

Type: InfoDataSetMacroRuleInfo
See Also