QueryFileSystemEntriesOptions Properties

The QueryFileSystemEntriesOptions type exposes the following members.

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