| 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.ContactManagementAssembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 10.0.0
 Syntax
Syntaxpublic static ISet<string> GetAffectingAttributeNames(
	MacroRuleTree tree
)
Parameters
- tree
- Type: CMS.MacroEngineMacroRuleTree
 Macro rule tree
Return Value
Type: 
ISetStringSet of attributes that affect given Macro rule tree
 See Also
See Also