Click or drag to resize
MacroRuleTreeAnalyzerGetAffectingAttributeNames Method
Gets all attributes that can affect given MacroRuleTree. Uses ALL_ATTRIBUTES to mark that it should be recalculated no matter what attribute changed.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
public static ISet<string> GetAffectingAttributeNames(
	MacroRuleTree tree
)

Parameters

tree
Type: CMS.MacroEngineMacroRuleTree
Macro rule tree

Return Value

Type: ISetString
Set of attributes that affect given Macro rule tree
See Also