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 (8.0.2.1001)
Syntax
protected HttpResponseMessage CopyEntry(
	Guid id,
	CopyEntryOptions options,
	Nullable<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: HttpResponseMessage
The ID of the new copied file.
See Also