Click or drag to resize
ModuleCommandsOnlineMarketingCreateRelation Method
Returns current contact ID.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public static void OnlineMarketingCreateRelation(
	int relatedId,
	int memberType,
	int contactId
)

Parameters

relatedId
Type: SystemInt32
RelatedID (subscriber ID, customer ID)
memberType
Type: SystemInt32
Member type converted to int
contactId
Type: SystemInt32
Contact ID
See Also