Open this page in the API Guide

IFileSystemService.Restore Method (Guid)

Restores the recycled entry with the specified ID.

Namespace:  Dundas.BI.FileSystem
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
RestoreResult Restore(
	Guid id
)

Parameters

id
Type: System.Guid
The ID of the entry to delete.

Return Value

Type: RestoreResult
An object describing the result of the operation.
Exceptions
ExceptionCondition
ArgumentExceptionid is Empty.
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also