VaultFolderCreate.DocumentSvc.DocumentService.GetFolderByPathAsync C# (CSharp) Method

GetFolderByPathAsync() public method

public GetFolderByPathAsync ( string path, object userState ) : void
path string
userState object
return void
        public void GetFolderByPathAsync(string path, object userState) {
            if ((this.GetFolderByPathOperationCompleted == null)) {
                this.GetFolderByPathOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetFolderByPathOperationCompleted);
            }
            this.InvokeAsync("GetFolderByPath", new object[] {
                        path}, this.GetFolderByPathOperationCompleted, userState);
        }
        

Same methods

DocumentService::GetFolderByPathAsync ( string path ) : void
DocumentService