RuleInfo Constructor (RuleInfo, Boolean) |
Constructor - Creates a new RuleInfo object from the given DataClass.
Namespace: CMS.OnlineMarketingAssembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 8.2.23
Syntax public RuleInfo(
RuleInfo ruleObj,
bool keepSourceData
)
Parameters
- ruleObj
- Type: CMS.OnlineMarketingRuleInfo
Source RuleInfo object - keepSourceData
- Type: SystemBoolean
If true, source data are kept in the object
See Also