CopyEntryOptions Class

Options for copying a file system entry.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsCopyEntryOptions

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 CopyEntryOptions

The CopyEntryOptions type exposes the following members.

Constructors
  NameDescription
Public methodCopyEntryOptions
Initializes a new instance of the CopyEntryOptions class
Top
Properties
  NameDescription
Public propertyAutoGenerateName
Gets or sets a value indicating whether the copied file should have an auto generated name.
Public propertyNewName
Gets or sets the new name (can be null).
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 copied).
Top
See Also