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 (26.2.0.1000)
Syntax
public class EntryCopyOptions

The EntryCopyOptions type exposes the following members.

Constructors
 NameDescription
Public methodEntryCopyOptionsInitializes a new instance of the EntryCopyOptions class.
Top
Properties
 NameDescription
Public propertyEntityCopyOptionsGets or sets the options for copying entities.
Public propertyEntryCreationOptionsGets or sets the options for creating the copy.
Public propertyEntryIdGets the ID of the file system entry being copied.
Public propertyIdMappingHintsGets or sets a dictionary which provides mapping hints.
Public propertyNewNameGets or sets the name to use for the copy.
Public propertyTargetIdGets the ID of the file system entry where the copy should be placed.
Top
See Also