IFileSystemServiceRestore(Guid) Method |
Restores the recycled entry with the specified ID.
Namespace: Dundas.BI.FileSystemAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
SyntaxRestoreResult Restore(
Guid id
)
Function Restore (
id As Guid
) As RestoreResult
RestoreResult^ Restore(
Guid id
)
abstract Restore :
id : Guid -> RestoreResult Parameters
- id Guid
- The ID of the entry to delete.
Return Value
RestoreResultAn object describing the result of the operation.
Exceptions
See Also