SetCustomOb

Syntax

SetCustomObResult SetCustomOb(CustomObId tCustomOb, SetCustomObArg tArg)

Parameters

tCustomOb. Custom class object moniker.

tArg. Operation execution parameters.

Description

The SetCustomOb operation changes custom class object metadata.

Comments

The SetCustomOb operation is used on working with custom class objects.

This operation enables the user to make the following changes:

To execute the operation, specify custom class object moniker in the tCustomOb field. The moniker can be obtained on executing the OpenCustomOb operation. In the tArg.pattern field specify the pattern, according to which metadata is changed, and in the tArg.meta field specify updated object metadata.

The operation results in the changed object moniker and updated metadata that can be requested in the tArg.metaGet pattern.

Example

Example name
Checking Access Permissions for Custom Class Operation Execution

See also:

Common Operations