APGen Documentation Previous Topic: CachedFile.Contents Next Topic: CachedFile.Open() Parent Topic: CachedFile Object    CachedFile Object
CachedFile.MonitoringFileChanges
See Also:

Returns True if the cached file is being monitored for changes.

Syntax

VBScript:

bMonitoringFileChanges = cachedFile.MonitoringFileChanges

JScript:

bMonitoringFileChanges = cachedFile.MonitoringFileChanges;

Object

cachedFile A CachedFile object.

Return Value

bMonitoringFileChanges True if the cached file is being monitored for file changes.  False if the file is not being monitored.

Notes

This property can not be set - the value is set when CachedFile.Open() is called.

When this property is True, changes in the cached file are automatically picked up and copied to the cached Contents.