UseAccessTime Property
Whether the component should keep track of last access times for vault items.
Syntax
public boolean isUseAccessTime(); public void setUseAccessTime(boolean useAccessTime);
Remarks
This property specifies whether the component should update the last access time for vault items (files, directories, symbolic links, and alternate streams) every time they're accessed.
Note that keeping track of access times will slow down operations.
Note: This property cannot be changed when Active is true, and cannot be changed within events.
Default Value
False