Click or drag to resize
DocumentValidationHelperGetStatusCodeDescription Method
Get string representation of HTTP status code

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
public static string GetStatusCodeDescription(
	int statusNumber,
	string culture
)

Parameters

statusNumber
Type: SystemInt32
HTTP status code
culture
Type: SystemString
Culture of resulting text

Return Value

Type: String
See Also