EntryCopyOptions Constructor

Initializes a new instance of the EntryCopyOptions class.

Namespace:  Dundas.BI.FileSystem
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public EntryCopyOptions(
	Guid entryId,
	Guid targetId
)

Parameters

entryId
Type: SystemGuid
The ID of the source entry.
targetId
Type: SystemGuid
The ID of the file system entry into which the copy will be placed.
See Also