Click or drag to resize
AccountStatusInfoProviderGetAccountStatusInfoInternal Method (String)
Returns account status with specified name.

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

Parameters

statusName
Type: SystemString
Account status name

Return Value

Type: AccountStatusInfo
See Also