Click or drag to resize
GraphPartialRefresh Class
Service response containing part of the graph to be refreshed.
Inheritance Hierarchy
SystemObject
  CMS.WebServicesServiceResponse
    CMS.WebServicesGraphPartialRefresh

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

The GraphPartialRefresh type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyConnections
Connections to be refreshed.
Public propertyNodes
Nodes to be refreshed.
Public propertyScreenLockInterval
ScreenLock interval
(Inherited from ServiceResponse.)
Public propertyStatusCode
Status code
(Inherited from ServiceResponse.)
Public propertyStatusMessage
Status message
(Inherited from ServiceResponse.)
Top
See Also