CatalogRef.<Catalog name>.FullDescr

Syntax:

FullDescr()

Returned value:

Type: String.
A string containing an item description and the descriptions of all higher level items.
Descriptions are displayed from left to right beginning with the top level, and are delimited by forward slashes ("/").

Description:

Obtains the description of a catalog item along with the descriptions of all higher level items.

Availability:

Server, thick client, external connection, Mobile application (server).

Example:

Message("Full description of the given element: " +
          ReferenceToElement.FullDescr());


    

1C:Enterprise Developer's Community