C# Class VaultPathCheck.Program

Afficher le fichier Open project: nick-hall-majenta/Autodesk-Vault-Utilities

Méthodes publiques

Méthode Description
RunCommand ( string server, string vault, string username, string password, Int32 size, Int32 maxpath ) : void

Private Methods

Méthode Description
Main ( string args ) : void
PrintFilesInFolder ( Folder parentFolder, DocumentService docSvc, Int32 size, Int32 maxpath ) : void

Method Details

RunCommand() public méthode

public RunCommand ( string server, string vault, string username, string password, Int32 size, Int32 maxpath ) : void
server string
vault string
username string
password string
size System.Int32
maxpath System.Int32
Résultat void