| 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: 9.0.0
Syntaxpublic 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: 
Boolean
See Also