C# Class VaultFolderCreate.LoginInfo

Exibir arquivo 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_oe property

public string Password
return string

Port public_oe property

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

SSL public_oe property

public bool SSL
return bool

Server public_oe property

public string Server
return string

Username public_oe property

public string Username
return string

Vault public_oe property

public string Vault
return string