Click or drag to resize

InternalServiceCleanUpDownloadTokens Method

Cleans up download tokens older than specified number of days

Namespace:  FileHold.DocumentRepository
Assembly:  FileHold.DocumentRepository (in FileHold.DocumentRepository.dll) Version: 17.0.0.0
Syntax
C#
public void CleanUpDownloadTokens(
	int olderThanDays
)

Parameters

olderThanDays
Type: SystemInt32
See Also