'Declaration Public Function DocumentEditorProcessRequest( _
ByVal requestParamsInformation about document editor request.As DocumentEditorRequestParams _
) As DocumentEditorResponseParams
public DocumentEditorResponseParams DocumentEditorProcessRequest(
DocumentEditorRequestParams requestParams
)
public: DocumentEditorResponseParams* DocumentEditorProcessRequest(
DocumentEditorRequestParams* requestParams
)
public:
DocumentEditorResponseParams^ DocumentEditorProcessRequest(
DocumentEditorRequestParams^ requestParams
)
Parameters
- requestParams
- Information about document editor request.
Return Value
Response, from server, which contains response data.