C# Class VaultUpdateLifeCycle.Program

Mostrar archivo Open project: nick-hall-majenta/Autodesk-Vault-Utilities

Public Methods

Method Description
RunCommand ( string server, string vault, string username, string password, string lifecycledef, string state, System.Boolean force, string comment ) : void

Private Methods

Method Description
Main ( string args ) : void
ProcessFilesInFolder ( Folder parentFolder, DocumentService docSvc, DocumentServiceExtensions docExSvc, string lifecycledef, string state, long lcid, long lcstate, System.Boolean force, string comment ) : void

Method Details

RunCommand() public method

public RunCommand ( string server, string vault, string username, string password, string lifecycledef, string state, System.Boolean force, string comment ) : void
server string
vault string
username string
password string
lifecycledef string
state string
force System.Boolean
comment string
return void