IFileSystemServiceGetRecycleBinFolderId(NullableGuid) Method |
Note: This API is now obsolete.
Gets the recycle bin folder identifier for the given account.
Namespace: Dundas.BI.FileSystemAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax[ObsoleteAttribute("Use the overload which takes a tenant ID")]
Guid GetRecycleBinFolderId(
Guid? accountId
)<ObsoleteAttribute("Use the overload which takes a tenant ID")>
Function GetRecycleBinFolderId (
accountId As Guid?
) As Guid[ObsoleteAttribute(L"Use the overload which takes a tenant ID")]
Guid GetRecycleBinFolderId(
Nullable<Guid> accountId
)
[<ObsoleteAttribute("Use the overload which takes a tenant ID")>]
abstract GetRecycleBinFolderId :
accountId : Nullable<Guid> -> Guid Parameters
- accountId NullableGuid
- The ID of the account, or to use the account associated with the current caller context.
Return Value
GuidThe recycle bin folder identifier.
Exceptions
See Also