VaultFolderCreate.DocumentSvc.DocumentService.GetFoldersByPathsAsync C# (CSharp) Méthode

GetFoldersByPathsAsync() public méthode

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

Same methods

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