Click or drag to resize
ActivityObjectMapperGetLinkedObject Method
Gets function to resolve object based on activity type and given object type.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
public static BaseInfo GetLinkedObject(
	ActivityInfo info,
	string predefinedObjectType
)

Parameters

info
Type: CMS.OnlineMarketingActivityInfo
predefinedObjectType
Type: SystemString

Return Value

Type: BaseInfo
See Also