IFileSystemServiceRestore 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.3.0.1000)
SyntaxRestoreResult Restore(
	Guid id
)
Function Restore ( 
	id As Guid
) As RestoreResult
RestoreResult^ Restore(
	Guid id
)
abstract Restore : 
        id : Guid -> RestoreResult 
Parameters
- id
 - Type: SystemGuid
The ID of the entry to delete. 
Return Value
Type: 
RestoreResultAn object describing the result of the operation.
Exceptions
See Also