SetCustomObResult SetCustomOb(CustomObId tCustomOb, SetCustomObArg tArg)
tCustomOb. Custom class object moniker.
tArg. Operation execution parameters.
The SetCustomOb operation changes custom class object metadata.
The SetCustomOb operation is used on working with custom class objects.
This operation enables the user to make the following changes:
Load data to object.
Check user permissions for custom class operation execution with logging into access protocol.
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 name |
Checking Access Permissions for Custom Class Operation Execution |
See also: