QueryFileSystemEntriesOptions Class |
Namespace: Dundas.BI.WebApi.Models
The QueryFileSystemEntriesOptions type exposes the following members.
Name | Description | |
---|---|---|
![]() | QueryFileSystemEntriesOptions | Initializes a new instance of the QueryFileSystemEntriesOptions class |
Name | Description | |
---|---|---|
![]() | AccountId |
Gets or sets the ID of the effective account use for the query. To be used with ObjectPrivilegeId.
If ObjectPrivilegeId is null or empty, or this is null or empty, both AccountId and ObjectPrivilegeId will be ignored.
|
![]() | Filter |
Gets or sets the filter rules which should be applied to the query, or null if no filters are required.
|
![]() | ObjectPrivilegeId |
Gets or sets the ID of the object privilege required by the account corresponding to AccountId.
If AccountId is null or empty, or this is null or empty, both AccountId and ObjectPrivilegeId will be ignored.
|
![]() | OrderBy |
Gets or sets the sort order of the result, or null if the order does not matter.
|
![]() | PageNumber |
Gets or sets the page number.
|
![]() | PageSize |
Gets or sets the number of results in each page (ignored if PageNumber is 0).
|
![]() | QueryOptions |
Gets or sets the file system query options.
|
![]() | QueryRootIds |
Gets or sets the collection of top-level entry IDs under which the query will be performed.
|