Click or drag to resize
EditorProcess Method (IEnumerableKeyValuePairString, String)
Process a request from the Editor client-side to get / set data. For use with WebAPI's 'FormDataCollection' collection

Namespace:  DataTables
Assembly:  DataTables (in DataTables.dll) Version: 1.6.5.0 (1.6.5.0)
Syntax
C#
public Editor Process(
	IEnumerable<KeyValuePair<string, string>> data = null
)

Parameters

data (Optional)
Type: System.Collections.GenericIEnumerableKeyValuePairString, String
Data sent from the client-side

Return Value

Type: Editor
Self for chaining
See Also