FileEntryOptions Class

The DTO class for specifying options when getting a file system entry.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsFileEntryOptions

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 FileEntryOptions

The FileEntryOptions type exposes the following members.

Constructors
  NameDescription
Public methodFileEntryOptions
Initializes a new instance of the FileEntryOptions class
Top
Properties
  NameDescription
Public propertyFileName
Gets or sets the file name.
Public propertyOptions
Gets or sets the options.
Public propertyParentId
Gets or sets the parent ID.
Top
See Also