CopyEntryOptions Properties

The CopyEntryOptions type exposes the following members.

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