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

Namespace: CMS.WebServices
Assembly: CMS.WebServices (in CMS.WebServices.dll) Version: 10.0.0
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