VaultFolderCreate.DocumentSvc.DocumentService.GetFolderByPathAsync C# (CSharp) Метод

GetFolderByPathAsync() публичный Метод

public GetFolderByPathAsync ( string path ) : void
path string
Результат void
        public void GetFolderByPathAsync(string path) {
            this.GetFolderByPathAsync(path, null);
        }
        

Same methods

DocumentService::GetFolderByPathAsync ( string path, object userState ) : void
DocumentService