CatalogRef.<Catalog name>.Metadata

Syntax:

Metadata()

Returned value:

Type: MetadataObject: Catalog.

Description:

Provides access to the object of catalog metadata description. Another way of getting the same value is through the global context property Metadata.
For example: Metadata.Catalogs.Nomenclature.

Availability:

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

Example:

If Not ArticleReference.IsEmpty() Then
    CatalogMetadata = ArticleReference.Metadata();
    Message("Catalog representation - " + 
        CatalogMetadata.Presentation());
EndIf
;


    

1C:Enterprise Developer's Community