Click or drag to resize
MultiItemContext Constructor
Initializes a new instance of the MultiItemContext class

Namespace: Innovator.Server
Assembly: Innovator.Client (in Innovator.Client.dll) Version: 2016.1.15.1759 (2016.01.15.1759)
Syntax
public MultiItemContext(
	IServerConnection conn,
	IEnumerable<IReadOnlyItem> items
)

Parameters

conn
Type: Innovator.ServerIServerConnection
items
Type: System.Collections.GenericIEnumerableIReadOnlyItem
See Also