MetaSrv.send

Syntax

send(body: String, callback: PP.Delegate | Function, errorCallback: PP.Delegate | Function, contentType: String, urlParams: String);

Parameters

body. Body of Web service request.

callback. Callback procedure.

errorCallback. Callback procedure on error.

contentType. Use protocol:

urlParams. Parameters or request URL.

Description

The send method requests the service of working with metadata tree.

Example

The example of use is identical to the example of use of the ExpressionService.send method.

See also:

MetaSrv