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, in the tCustomOb field specify moniker of custom class object. The moniker can be obtained after executing the OpenCustomOb operation. In the tArg.pattern field specify the pattern that will be used to change metadata, and in the tArg.meta field specify updated object metadata.

The operation results in the moniker of the changed object 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