Previous Topic

Book Contents

Book Index

Next Topic

Recreating Objects by the Moniker

In the main, Application object, there are methods, which can be used to recreate the given object.

Application.findBObjectMoniker(ObjectMoniker,Transaction)

Returns the appropriate object from the database by the moniker string you pass as a parameter. The object will be created in the given transaction.

Application.findCatalogMoniker(ObjectMoniker,Transaction)

Returns the appropriate Catalog from the database by the moniker string you pass as a parameter. Unlike the previous method, this can only be used with Catalogs. The object will be created in the given transaction.

See Also

Monikers

Getting a Moniker