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

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
public static void UpdateContactStatus(
	int statusId,
	string where
)

Parameters

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