Click or drag to resize
AccountStatusInfoProviderGetAccountStatusInfo Method (Int32)
Returns account status with specified ID.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
public static AccountStatusInfo GetAccountStatusInfo(
	int statusId
)

Parameters

statusId
Type: SystemInt32
Account status ID

Return Value

Type: AccountStatusInfo
See Also