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

GetFoldersByPathsAsync() public method

public GetFoldersByPathsAsync ( string paths ) : void
paths string
return void
        public void GetFoldersByPathsAsync(string[] paths) {
            this.GetFoldersByPathsAsync(paths, null);
        }
        

Same methods

DocumentService::GetFoldersByPathsAsync ( string paths, object userState ) : void
DocumentService