EntryCopyOptions Constructor |
Namespace: Dundas.BI.FileSystemAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic 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 -> EntryCopyOptionsParameters
- entryId Guid
- The ID of the source entry.
- targetId Guid
- The ID of the file system entry into which the copy will be placed.
See Also