IMetabaseObjectDescriptor.LocalCheckedOutFileNames

Syntax

LocalCheckedOutFileNames: Array;

Description

The LocalCheckedOutFileNames property returns the string array containing a list of local files that store changed object data.

Comments

The property is relevant for objects added to version control system and can be used as the FileNames parameter for the IMetabase.CheckInFiles or IMetabase.UndoCheckOutFiles method. When objects are added to version control system, files that store local object versions are created automatically. The set of files depends on object types.

For details see the Adding Objects to Version Control System section.

Example

The property use is given in the example for IMetabase.CheckInFiles.

See also:

IMetabaseObjectDescriptor