QueryFileSystemEntriesOptions Class

The options class used for querying file system entries.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsQueryFileSystemEntriesOptions

Namespace: Dundas.BI.WebApi.Models
Assembly: Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
[DataContractAttribute]
public class QueryFileSystemEntriesOptions

The QueryFileSystemEntriesOptions type exposes the following members.

Constructors
 NameDescription
Public methodQueryFileSystemEntriesOptionsInitializes a new instance of the QueryFileSystemEntriesOptions class
Top
Properties
 NameDescription
Public propertyAccountId Gets or sets the ID of the effective account use for the query. To be used with ObjectPrivilegeId. If ObjectPrivilegeId is or empty, or this is or empty, both AccountId and ObjectPrivilegeId will be ignored.
Public propertyFilter Gets or sets the filter rules which should be applied to the query, or if no filters are required.
Public propertyObjectPrivilegeId Gets or sets the ID of the object privilege required by the account corresponding to AccountId. If AccountId is or empty, or this is or empty, both AccountId and ObjectPrivilegeId will be ignored.
Public propertyOrderBy Gets or sets the sort order of the result, or if the order does not matter.
Public propertyPageNumber Gets or sets the page number.
Public propertyPageSize Gets or sets the number of results in each page (ignored if PageNumber is 0).
Public propertyQueryOptions Gets or sets the file system query options.
Public propertyQueryRootIds Gets or sets the collection of top-level entry IDs under which the query will be performed.
Top
See Also