C# 클래스 VaultUpdateLifeCycle.Program

파일 보기 프로젝트 열기: nick-hall-majenta/Autodesk-Vault-Utilities

공개 메소드들

메소드 설명
RunCommand ( string server, string vault, string username, string password, string lifecycledef, string state, System.Boolean force, string comment ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

RunCommand() 공개 메소드

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
리턴 void