Click or drag to resize
ContactInfoProviderUpdateContactStatusInternal Method
Updates contact status ID of specified contacts.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
protected virtual void UpdateContactStatusInternal(
	int statusId,
	string where
)

Parameters

statusId
Type: SystemInt32
Contact status ID
where
Type: SystemString
Where condition
See Also