Click or drag to resize

XHRServiceResponseGenericT Class


The generic object that all Ingeniux CMS Web Services use for returning information.
Inheritance Hierarchy
SystemObject
  IngeniuxCMServiceXHRServiceResponseGenericT

Namespace: IngeniuxCMService
Assembly: IngeniuxCMService (in IngeniuxCMService.dll) Version: 10.6.492
Syntax
[DataContractAttribute]
[TsClassAttribute]
public class XHRServiceResponseGeneric<T>

Type Parameters

T
Type of the actual returning object

The XHRServiceResponseGenericT type exposes the following members.

Properties
 NameDescription
Public propertycode Response codes: 0: Success 1: Session expired 2: Processing error 3: Cancelled by user
Public propertyContentFreezeEndTime End time of content freeze, empty if no content freeze set
Public propertyContentFreezeStartTime Start time of content freeze, empty if no content freeze set
Public propertyerror Error message, null when code is 0
Public propertymessage Actual result object
Top
See Also