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)
Syntaxint DeleteForgottenShortLinks(
DateTime thresholdDate
)
Function DeleteForgottenShortLinks (
thresholdDate As DateTime
) As Integer
int DeleteForgottenShortLinks(
DateTime thresholdDate
)
abstract DeleteForgottenShortLinks :
thresholdDate : DateTime -> int
Parameters
- thresholdDate
- Type: SystemDateTime
The threshold date.
Return Value
Type:
Int32The number of records which were deleted.
Exceptions
See Also