Sign on to the configured MOVEit Transfer host.
Namespace: MOVEit.DMZ.APIAssembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
Syntax public bool Signon(
string Username,
string Password
)
Public Function Signon (
Username As String,
Password As String
) As Boolean
public:
bool Signon(
String^ Username,
String^ Password
)
Parameters
- Username
- Type: SystemString
Username to sign on with. - Password
- Type: SystemString
Password to sign on with.
Return Value
Type:
BooleanTrue if successful; otherwise,
false.
See Also