Click or drag to resize

Snapshot Constructor

Initializes a new instance of the Snapshot class

Namespace:  Dynamicweb.Environment
Assembly:  Dynamicweb.Environment (in Dynamicweb.Environment.dll) Version: 4.0.2
Syntax
public Snapshot(
	IEnumerable<KeyValuePair<string, Object>> snapshotValues
)

Parameters

snapshotValues
Type: System.Collections.GenericIEnumerableKeyValuePairString, Object
See Also