C# Class VaultFolderCreate.LoginInfo

Show file Open project: nick-hall-majenta/Autodesk-Vault-Utilities Class Usage Examples

Public Properties

Property Type Description
Password string
Port int
SSL bool
Server string
Username string
Vault string

Public Methods

Method Description
LoginInfo ( string username, string password, string serverStr, string vault ) : System

Constructor

Method Details

LoginInfo() public method

Constructor
public LoginInfo ( string username, string password, string serverStr, string vault ) : System
username string
password string
serverStr string Formatted information about the server. /// Format: [https://]servername[:port]
vault string
return System

Property Details

Password public property

public string Password
return string

Port public property

A value of 0 means the default port should be used
public int Port
return int

SSL public property

public bool SSL
return bool

Server public property

public string Server
return string

Username public property

public string Username
return string

Vault public property

public string Vault
return string