RuleInfo Constructor (RuleInfo, Boolean) |
Note: This API is now obsolete.
Constructor - Creates a new RuleInfo object from the given DataClass.
Namespace: CMS.ContactManagementAssembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 10.0.0
Syntax [ObsoleteAttribute("Not intended for public use. Will be removed in next major release.")]
public RuleInfo(
RuleInfo ruleObj,
bool keepSourceData
)
Parameters
- ruleObj
- Type: CMS.ContactManagementRuleInfo
Source RuleInfo object - keepSourceData
- Type: SystemBoolean
If true, source data are kept in the object
See Also