Click or drag to resize
AJAXHelperGetNextField Method
Gets the next field from the AJAX response (all text until next separator).

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public static string GetNextField(
	string response,
	int start
)

Parameters

response
Type: SystemString
Response string
start
Type: SystemInt32
Start index

Return Value

Type: String
See Also