IFileSystemServiceRestore(ICollectionGuid) Method

Restores recycled entries with the specified IDs.

Namespace: Dundas.BI.FileSystem
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
RestoreResult Restore(
	ICollection<Guid> ids
)

Parameters

ids  ICollectionGuid
The IDs of one or more entries to delete.

Return Value

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