MagicCMS Documentation

AjaxJsonResponse Members

The AjaxJsonResponse type exposes the following members.

Properties


  Name Description
Public property data
Data (of any type) returned by the Ajax request.
Public property exitcode
Gets or sets the exitcode. Numeric code of exception. 0 if success.
Public property msg
Returned message. On error it contains error message.
Public property pk
The unique identifier (Pk) of involved object if one.
Public property success
A value indicating whether action performed by the Ajax request was completed successfully.