Click or drag to resize
MacroRuleInfoProviderGetMacroRules Method

Note: This API is now obsolete.

Returns all macro rules.

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Use IMacroRuleInfoProvider.Get() instead. To get an instance of the interface's implementation, use dependency injection or access the instance directly - MacroRuleInfo.Provider.")]
public static ObjectQuery<MacroRuleInfo> GetMacroRules()

Return Value

Type: ObjectQueryMacroRuleInfo
See Also