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
Syntax public string ScriptPath { get; set; }
Public Property ScriptPath As String
Get
Set
public:
property String^ ScriptPath {
String^ get ();
void set (String^ value);
}
Property Value
Type:
StringRemarks
Defaults to "/".
See Also