| GetFileSystemEntriesOptions Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: Dundas.BI.WebApi.Models
 Syntax
SyntaxThe GetFileSystemEntriesOptions type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | GetFileSystemEntriesOptions | Initializes a new instance of the GetFileSystemEntriesOptions class | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | EntryIds | 
            Gets or sets the IDs of entries to retrieve when getting specific entries by ID.
             | 
|  | GetEntryOptions | 
            Gets or sets options for retrieving entries by ID.
             | 
|  | QueryFileSystemEntriesOptions | Gets or sets the options for a file system query. | 
 Remarks
Remarks|  Note | 
|---|
| Specify either EntryIds or QueryFileSystemEntriesOptions, depending on whether you want to retrieve entries by ID or execute a file system query. | 
 See Also
See Also