GetFileSystemEntriesOptions Class

The options class used for getting multiple file system entries.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsGetFileSystemEntriesOptions

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

The GetFileSystemEntriesOptions type exposes the following members.

Constructors
  NameDescription
Public methodGetFileSystemEntriesOptions
Initializes a new instance of the GetFileSystemEntriesOptions class
Top
Properties
  NameDescription
Public propertyEntryIds
Gets or sets the IDs of entries to retrieve when getting specific entries by ID.
Public propertyGetEntryOptions
Gets or sets options for retrieving entries by ID.
Public propertyQueryFileSystemEntriesOptions
Gets or sets the options for a file system query.
Top
Remarks
Note Note
Specify either EntryIds or QueryFileSystemEntriesOptions, depending on whether you want to retrieve entries by ID or execute a file system query.
See Also