FileSystemEntryControllerBaseFileSystemQueryHelper Method

Retrieves information about multiple files or folders.

Namespace:  Dundas.BI.WebApi.Controllers
Assembly:  Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (25.2.0.1000)
Syntax
protected IList<FileSystemEntry> FileSystemQueryHelper(
	ICollection<Guid>? entryIds,
	GetEntryOptions getEntryOptions,
	QueryFileSystemEntriesOptions? options
)

Parameters

entryIds
Type: System.Collections.GenericICollectionGuid
A list of entry IDs, when getting entries by ID.
getEntryOptions
Type: Dundas.BI.FileSystemGetEntryOptions
Options for retrieving entries by ID.
options
Type: Dundas.BI.WebApi.ModelsQueryFileSystemEntriesOptions
Options for retrieving entries using a file system query.

Return Value

Type: IListFileSystemEntry
A list of FileSystemEntry objects.
Exceptions
ExceptionCondition
ArgumentNullExceptionentryIds and options are both .
See Also