FileSystemEntryControllerBaseCopyEntry Method |
Copies the file system entry with the specified ID to the new location.
Namespace:
Dundas.BI.WebApi.Controllers
Assembly:
Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxprotected IActionResult CopyEntry(
Guid id,
CopyEntryOptions options,
Guid? sessionId = null
)
Protected Function CopyEntry (
id As Guid,
options As CopyEntryOptions,
Optional sessionId As Guid? = Nothing
) As IActionResult
protected:
IActionResult^ CopyEntry(
Guid id,
CopyEntryOptions^ options,
Nullable<Guid> sessionId = nullptr
)
member CopyEntry :
id : Guid *
options : CopyEntryOptions *
?sessionId : Nullable<Guid>
(* Defaults:
let _sessionId = defaultArg sessionId null
*)
-> IActionResult
Parameters
- id
- Type: SystemGuid
The ID of the object to copy. - options
- Type: Dundas.BI.WebApi.ModelsCopyEntryOptions
The options with which to copy the specified object. - sessionId (Optional)
- Type: SystemNullableGuid
ID of the current session.
Return Value
Type:
IActionResultThe ID of the new copied file.
See Also