IFileSystemServiceClearMostRecentlyUsed(NullableGuid) Method |
Note: This API is now obsolete.
Clears the most recently used list for the specified 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")]
void ClearMostRecentlyUsed(
Guid? accountId
)<ObsoleteAttribute("Use the overload which takes a tenant ID")>
Sub ClearMostRecentlyUsed (
accountId As Guid?
)[ObsoleteAttribute(L"Use the overload which takes a tenant ID")]
void ClearMostRecentlyUsed(
Nullable<Guid> accountId
)
[<ObsoleteAttribute("Use the overload which takes a tenant ID")>]
abstract ClearMostRecentlyUsed :
accountId : Nullable<Guid> -> unit Parameters
- accountId NullableGuid
- The ID of the account, or to use the account associated with the current caller context.
Exceptions
See Also