GraphPartialRefresh Constructor (IEnumerableNode, IEnumerableConnection) |
Constructor filling data from default format.
Namespace: CMS.WebServicesAssembly: CMS.WebServices (in CMS.WebServices.dll) Version: 13.0.131
Syntax 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