Click or drag to resize
BannedIPInfoProviderBanControlEnumString Method (Type, Int32)
Returns BanControlEnum string code derived from type of enumeration and enum value.

Namespace: CMS.Protection
Assembly: CMS.Protection (in CMS.Protection.dll) Version: 8.2.23
Syntax
C#
public static string BanControlEnumString(
	Type enumType,
	int value
)

Parameters

enumType
Type: SystemType
value
Type: SystemInt32

Return Value

Type: String
See Also