FileLocks Collection

Land Auto

   FileLocks Collection 

The collection of all file locks for a particular project.

VBA object name:

AeccFileLocks

Create using:

N/A

Access via:

Project.FileLocks

The collection of all file locks for a particular project. Use the FileLocks collection to view which files in a project are locked, and who currently owns the locks. The lock owner is the person who opens the file first, locking the project files so that other people cannot make changes to them.

The delete methods are hidden since if used carelessly they can cause data corruption or loss of data. However, advanced users may require this functionality in the case of a power failure or system error.

Methods

Item

Properties

Application

Count

Path

Events

Modified