C# Class VaultSyncReleased.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 rootfolder, System.Boolean exportdwfs, string property, string propertyvalue ) : void

Private Methods

Method Description
DownloadFileInParts ( Document file, DocumentService docSvc, string outputfile ) : void
Main ( string args ) : void
ProcessFilesInFolder ( Folder parentFolder, DocumentService docSvc, string rootfolder, System.Boolean exportdwfs, string property, string propertyvalue, long propid ) : void
Reverse ( string str ) : string
Right ( string param, int iLength ) : string

Method Details

RunCommand() public method

public RunCommand ( string server, string vault, string username, string password, string rootfolder, System.Boolean exportdwfs, string property, string propertyvalue ) : void
server string
vault string
username string
password string
rootfolder string
exportdwfs System.Boolean
property string
propertyvalue string
return void