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

GetFolderByPathAsync() public method

public GetFolderByPathAsync ( string path ) : void
path string
return void
        public void GetFolderByPathAsync(string path) {
            this.GetFolderByPathAsync(path, null);
        }
        

Same methods

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