Click or drag to resize
ContactStatusInfoProviderSetContactStatusInfoInternal Method
Sets (updates or inserts) specified contact status.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
protected virtual void SetContactStatusInfoInternal(
	ContactStatusInfo statusObj
)

Parameters

statusObj
Type: CMS.OnlineMarketingContactStatusInfo
Contact status to be set
See Also