CopyEntryOptions Class |
Namespace: Dundas.BI.WebApi.Models
The CopyEntryOptions type exposes the following members.
Name | Description | |
---|---|---|
CopyEntryOptions | Initializes a new instance of the CopyEntryOptions class |
Name | Description | |
---|---|---|
AutoGenerateName |
Gets or sets a value indicating whether the copied file should have an auto generated name.
| |
NewName |
Gets or sets the new name (can be null).
| |
Overwrite |
Gets or sets a value indicating whether the file should be overwritten if one with the same name is already present in the target.
| |
TargetId |
Gets or sets the ID of the target entry (the ID of the parent entry into which the item should be copied).
|