AJAXHelperBuildResponse Method |
Builds the response string from given response array.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax 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:
StringSee Also