CloseCustomOb

Syntax

bool CloseCustomOb(CustomObId tCustomOb)

Parameters

tMb. Custom class object moniker.

Description

The CloseCustomOb operation closes a custom class object instance.

Comments

This operation is used to close custom class container or custom class object. The OpenCustomOb operation is used to open object.

Example

The example of closing a custom class object. The request contains object moniker. The response returns whether the closing is successful.

SOAP

JSON

C#

See also:

Common Operations