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

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

Parameters

info
Type: CMS.ActivitiesActivityInfo
predefinedObjectType
Type: SystemString

Return Value

Type: BaseInfo
See Also