CreateFolderOptions Class

The options class used for creating a folder.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsCreateFolderOptions

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 CreateFolderOptions

The CreateFolderOptions type exposes the following members.

Constructors
  NameDescription
Public methodCreateFolderOptions
Initializes a new instance of the CreateFolderOptions class
Top
Properties
  NameDescription
Public propertyAutoGenerateName
Gets or sets a value indicating whether the copied file should have an auto generated name.
Public propertyName
Gets or sets the name.
Public propertyParentId
Gets or sets the parent folder ID.
Top
See Also