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

FindFoldersByPathsAsync() public méthode

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

Same methods

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