Click or drag to resize
GraphPartialRefresh Constructor (IEnumerableNode, IEnumerableConnection)
Constructor filling data from default format.

Namespace: CMS.WebServices
Assembly: CMS.WebServices (in CMS.WebServices.dll) Version: 10.0.0
Syntax
C#
public GraphPartialRefresh(
	IEnumerable<Node> nodes,
	IEnumerable<Connection> connections
)

Parameters

nodes
Type: System.Collections.GenericIEnumerableNode
Nodes to be refreshed
connections
Type: System.Collections.GenericIEnumerableConnection
Connections to be refreshed
See Also