IFileSystemServiceRestore(ICollectionGuid) Method |
Restores recycled entries with the specified IDs.
Namespace: Dundas.BI.FileSystemAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
SyntaxRestoreResult Restore(
ICollection<Guid> ids
)
Function Restore (
ids As ICollection(Of Guid)
) As RestoreResult
RestoreResult^ Restore(
ICollection<Guid>^ ids
)
abstract Restore :
ids : ICollection<Guid> -> RestoreResult Parameters
- ids ICollectionGuid
- The IDs of one or more entries to delete.
Return Value
RestoreResultAn object describing the result of the operation.
Exceptions
See Also