C# Class VaultSingleFileCheckin.Program

Mostra file Open project: nick-hall-majenta/Autodesk-Vault-Utilities

Public Methods

Method Description
RunCommand ( string server, string vault, string username, string password, string file, string checkinfile, System.Boolean printerror, string comment ) : void

Private Methods

Method Description
CreateFolder ( DocumentService docSrv, string folderpath ) : int
GetFilesInFolder ( Folder parentFolder, DocumentService docSvc, string filepath, Int32 fileversion, string checkinfile ) : void
IsFileInFolder ( Folder parentFolder, DocumentService docSvc, string filepath ) : int
Main ( string args ) : void

Method Details

RunCommand() public method

public RunCommand ( string server, string vault, string username, string password, string file, string checkinfile, System.Boolean printerror, string comment ) : void
server string
vault string
username string
password string
file string
checkinfile string
printerror System.Boolean
comment string
return void