ModuleCommandsOnlineMarketingCreateRelation Method |
Returns current contact ID.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax 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