IBaseMethod.Category

Syntax

Category: String;

Description

The Category property determines a category of the custom method.

Comments

The specified category will be used to group methods in custom metadata. On working with platform tools, all methods will be grouped to one category - Custom functions.

Example

The example of use is given in the IForeMethods.Add method description.

See also:

IBaseMethod