EntryCopyOptions Constructor |
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
)
Public Sub New (
entryId As Guid,
targetId As Guid
)
public:
EntryCopyOptions(
Guid entryId,
Guid targetId
)
new :
entryId : Guid *
targetId : Guid -> EntryCopyOptions
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