MoveEntryOptions Class

Options for moving a file system entry.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsMoveEntryOptions

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 MoveEntryOptions

The MoveEntryOptions type exposes the following members.

Constructors
  NameDescription
Public methodMoveEntryOptions
Initializes a new instance of the MoveEntryOptions class
Top
Properties
  NameDescription
Public propertyOverwrite
Gets or sets a value indicating whether the file should be overwritten if one with the same name is already present in the target.
Public propertyTargetId
Gets or sets the ID of the target entry (the ID of the parent entry into which the item should be moved).
Top
See Also