RuleHelperGetActivityCondition Method |
Returns activity condition in XML format based on specific data.
Namespace: CMS.ContactManagementAssembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 13.0.131
Syntax public static string GetActivityCondition(
IDataContainer row,
string whereCondition,
string activityType
)
Parameters
- row
- Type: CMS.BaseIDataContainer
Data row container with rule information - whereCondition
- Type: SystemString
Where condition - activityType
- Type: SystemString
Activity type name in case the rule type is activity
Return Value
Type:
StringSee Also