Click or drag to resize
ContactStatusInfoProviderGetContactStatusInfo Method (String)
Returns contact status with specified name.

Namespace: CMS.ContactManagement
Assembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 12.0.0
Syntax
C#
public static ContactStatusInfo GetContactStatusInfo(
	string statusName
)

Parameters

statusName
Type: SystemString
Contact status name

Return Value

Type: ContactStatusInfo
See Also