IShortLinkServiceDeleteForgottenShortLinks Method

Deletes short links whose "last accessed time" is before the specified date.

Namespace:  Dundas.BI.Services
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
int DeleteForgottenShortLinks(
	DateTime thresholdDate
)

Parameters

thresholdDate
Type: SystemDateTime
The threshold date.

Return Value

Type: Int32
The number of records which were deleted.
Exceptions
ExceptionCondition
NoPrivilegeExceptionThe caller does not have system administration privileges.
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also