BlueCielo Meridian Enterprise 2013 Developer's Guide | BlueCielo ECM Solutions

AMBaseline object

A baseline defines a moment in time.

Members
Name Description

Comments property

Some descriptive text stored for the baseline

DisplayName property

The label of the baseline

ID property

The object ID

MomentDate property

Date/time stamp

Name property

Internal name of the baseline object

Repository property

Reference to the current transaction

Remarks

Users can label a moment in time by creating a baseline. The baseline can be used to easily select this moment later. Using the History mode feature of Meridian Enterprise, you can view the vault as it existed at any moment in time.

A collection of baselines is stored for the Main area of the vault and each work area.

To programmatically retrieve a baseline object, use one of the following methods of the AMDocumentRepository object:

AMDocumentRepository.Baselines

Returns a collection of all baselines in the current work area.

AMDocumentRepository.GetBaseline

Retrieves a baseline object by its ID or name.

AMDocumentRepository.GetBaselineByMoment

Retrieves a baseline object by its time stamp

AMDocumentRepository.NewBaseline

Creates a new baseline in the current work area and for the current moment in time.

Copyright © 2000-2013 BlueCielo ECM Solutions