Click or drag to resize
ServiceResponse Class
Service general response.
Inheritance Hierarchy

Namespace: CMS.WebServices
Assembly: CMS.WebServices (in CMS.WebServices.dll) Version: 9.0.0
Syntax
C#
public class ServiceResponse

The ServiceResponse type exposes the following members.

Constructors
  NameDescription
Public methodServiceResponse
Default constructor
Public methodServiceResponse(ResponseStatusEnum)
Simple parametric constructor
Public methodServiceResponse(ResponseStatusEnum, String)
Parametric constructor
Top
Properties
  NameDescription
Public propertyScreenLockInterval
ScreenLock interval
Public propertyStatusCode
Status code
Public propertyStatusMessage
Status message
Top
See Also