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)
Syntax
protected IActionResult CopyEntry(
	Guid id,
	CopyEntryOptions options,
	Guid? sessionId = null
)

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: IActionResult
The ID of the new copied file.
See Also