Initializes a new instance of the ScopeScript class

Namespace: Microsoft.Cosmos.Client
Assembly: Microsoft.Cosmos.Client (in Microsoft.Cosmos.Client.dll) Version: 1.0.0.2 (1.0.0.2)

Syntax

C#
public ScopeScript(
	string path
)
Visual Basic
Public Sub New ( _
	path As String _
)
Visual C++
public:
ScopeScript(
	String^ path
)

Parameters

path
Type: String
The path of the script file

See Also