IMetabaseObjectDescriptor.LocalFileName

Syntax

LocalFileName: String;

Description

The LocalFileName property returns a name that is used to form names of the local files in which the object data are stored.

Comments

This property is relevant for objects added to the version control system. The names of the local files in which the information about the objects is stored, are formed adding the necessary extension to the LocalFileName name. Full list of files can be obtained in the IMetabaseObjectDescriptor.LocalFileNames property.

Files that are created for objects, are represented in theAdding Objects to the Version Control System section.

See also:

IMetabaseObjectDescriptor