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)
SyntaxGuid GetRecycleBinFolderId(
Guid? accountId
)
Function GetRecycleBinFolderId (
accountId As Guid?
) As Guid
Guid GetRecycleBinFolderId(
Nullable<Guid> accountId
)
abstract GetRecycleBinFolderId :
accountId : Nullable<Guid> -> Guid
Parameters
- accountId
- Type: SystemNullableGuid
The ID of the account, or to use the account associated with the current caller context.
Return Value
Type:
GuidThe recycle bin folder identifier.
Exceptions
See Also