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

Namespace: CMS.ContactManagement
Assembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 10.0.0
Syntax
C#
protected virtual ContactStatusInfo GetContactStatusInfoInternal(
	string statusName
)

Parameters

statusName
Type: SystemString
Contact status name

Return Value

Type: ContactStatusInfo
See Also