MacroRuleTreeAnalyzerGetAffectingActivityCodeNames Method |
Gets all activities that can affect given
MacroRuleTree. Uses
ALL_ACTIVITIES to mark that it
should be recalculated no matter what activity performed.
Namespace: CMS.OnlineMarketingAssembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 8.2.23
Syntax public static ISet<string> GetAffectingActivityCodeNames(
MacroRuleTree tree
)
Parameters
- tree
- Type: CMS.MacroEngineMacroRuleTree
Macro rule tree
Return Value
Type:
ISetStringSet of activities that affect given Macro rule tree
See Also