ExportFileCleanupInterval
property
Returns or sets how often files on the server that are generated from
exports are deleted.
Syntax
C++
HRESULT
get_ExportFileCleanupInterval(
LONG* pExportFileCleanupInterval)
HRESULT put_ExportFileCleanupInterval(
LONG MyExportFileCleanupInterval)
Scripting languages
ExportFileCleanupInterval = Object.ExportFileCleanupInterval
Object.ExportFileCleanupInterval
= ExportFileCleanupInterval
|