C# Class VaultUpdateLifeCycle.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, string lifecycledef, string state, System.Boolean force, string comment ) : void

Private Methods

Méthode 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 méthode

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
Résultat void