VintaSoft Imaging .NET SDK 14.0: Документация для Веб разработчика
Vintasoft.Imaging.Web.Services Namespace / CacheManagerBase Class / RemoveExpiredFiles(String,Int32) Method
Syntax Requirements SeeAlso
В этом разделе
    RemoveExpiredFiles(String,Int32) Метод (CacheManagerBase)
    В этом разделе
    Удаляет файлы из каталога, если срок жизни файла истек.
    Синтаксис
    'Declaration
    
    Protected Sub RemoveExpiredFiles( _
    ByVal directoryPath
    Путь к каталогу.
    As String, _
    ByVal fileLifeTime
    Время жизни файла в минутах.
    As Integer _
    )
    protected void RemoveExpiredFiles(
    string directoryPath,
    int fileLifeTime
    )
    protected: void RemoveExpiredFiles(
    string* directoryPath,
    int fileLifeTime
    )
    protected:
    void RemoveExpiredFiles(
    string^ directoryPath,
    int fileLifeTime
    )

    Parameters

    directoryPath
    Путь к каталогу.
    fileLifeTime
    Время жизни файла в минутах.
    Требования

    Целевые платформы: .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также