Click or drag to resize
AJAXHelperBuildResponse Method
Builds the response string from given response array.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
public static string BuildResponse(
	ArrayList response,
	int expectedSize
)

Parameters

response
Type: System.CollectionsArrayList
Response array
expectedSize
Type: SystemInt32
Expected size of the response in bytes

Return Value

Type: String
See Also