PromoteTransientOptions Class

The DTO class for specifying options when promoting a transient file.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsPromoteTransientOptions

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

The PromoteTransientOptions type exposes the following members.

Constructors
 NameDescription
Public methodPromoteTransientOptionsInitializes a new instance of the PromoteTransientOptions class
Top
Properties
 NameDescription
Public propertyNewName Gets or sets the new name (can be null).
Public propertyOverwrite Gets or sets a value indicating whether the file should be overridden if the file is already present.
Public propertyParentId Gets or sets the ID of the new parent.
Top
See Also