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

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
protected virtual ContactStatusInfo GetContactStatusInfoInternal(
	string statusName,
	string siteName
)

Parameters

statusName
Type: SystemString
Contact status name
siteName
Type: SystemString
Site name

Return Value

Type: ContactStatusInfo
See Also