OnlineMarketingTransformationFunctionsActivityLinkedToObject Method |
Returns if activity is linked to object of type given in parameter and codename given in second parameter.
Namespace: CMS.OnlineMarketingAssembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 8.2.23
Syntax public static bool ActivityLinkedToObject(
ActivityInfo activityInfo,
string objectType,
string identifier
)
Parameters
- activityInfo
- Type: CMS.OnlineMarketingActivityInfo
Activity that should be checked - objectType
- Type: SystemString
Object type - identifier
- Type: SystemString
Code name or GUID of object
Return Value
Type:
BooleanSee Also