Click or drag to resize
AJAXHelperParseResponse Method
Parses the AJAX response returning the list of string arrays [length, type, id, content].

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

Parameters

response
Type: SystemString
Response string

Return Value

Type: ArrayList
See Also