Open this page in the API Guide

CreateFolderOptions Class

The options class used for creating a folder.
Inheritance Hierarchy
System.Object
  Dundas.BI.WebApi.Models.CreateFolderOptions

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (25.1.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