The generic object that all Ingeniux CMS Web Services use for returning information.
Inheritance Hierarchy
IngeniuxCMServiceXHRServiceResponseGenericT
Namespace: IngeniuxCMService
Assembly: IngeniuxCMService (in IngeniuxCMService.dll) Version: 9.0.565.0 (9.0.565)
Syntax
Type Parameters
- T
- Type of the actual returning object
The XHRServiceResponseGenericT type exposes the following members.
Fields
Name | Description | |
---|---|---|
code |
Response codes:
0: Success
1: Session expired
2: Processing error
3: Cancelled by user
| |
ContentFreezeEndTime | ||
ContentFreezeStartTime | ||
error |
Error message, null when code is 0
| |
message |
Actual result object
|
See Also