IFileSystemServiceGetRecycleBinFolderId Method

Gets the recycle bin folder identifier for the given account.

Namespace:  Dundas.BI.FileSystem
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
Guid GetRecycleBinFolderId(
	Guid? accountId
)

Parameters

accountId
Type: SystemNullableGuid
The ID of the account, or to use the account associated with the current caller context.

Return Value

Type: Guid
The recycle bin folder identifier.
Exceptions
ExceptionCondition
ArgumentExceptionaccountId is Empty.
NotFoundExceptionAccount not found.
NoPrivilegeExceptionThe caller does not have access to manage the most recently used list for the specified account.
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also