EntryCopyOptions Class

Specifies options for copying file system entries.
Inheritance Hierarchy
SystemObject
  Dundas.BI.FileSystemEntryCopyOptions

Namespace:  Dundas.BI.FileSystem
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public class EntryCopyOptions

The EntryCopyOptions type exposes the following members.

Constructors
  NameDescription
Public methodEntryCopyOptions
Initializes a new instance of the EntryCopyOptions class.
Top
Properties
  NameDescription
Public propertyEntityCopyOptions
Gets or sets the options for copying entities.
Public propertyEntryCreationOptions
Gets or sets the options for creating the copy.
Public propertyEntryId
Gets the ID of the file system entry being copied.
Public propertyIdMappingHints
Gets or sets a dictionary which provides mapping hints.
Public propertyNewName
Gets or sets the name to use for the copy.
Public propertyTargetId
Gets the ID of the file system entry where the copy should be placed.
Top
See Also