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

FindFoldersByPathsAsync() public method

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

Same methods

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