| ClientScriptPath Property  | 
            Subdirectory path in which MOVEit Transfer resides on the webserver.
            
 
Namespace: MOVEit.DMZ.APIAssembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
Syntaxpublic string ScriptPath { get; set; }Public Property ScriptPath As String
	Get
	Set
public:
property String^ ScriptPath {
	String^ get ();
	void set (String^ value);
}Property Value
Type: 
String
Remarks
            Defaults to "/".
            
See Also