Releases the project copy as a revision of the master document. Assumes that the project copy was changed and a new master revision will be created.

Namespace: BlueCieloECM.InnoCielo.Meridian.Client
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)

Syntax

C#
public void ReleaseToMaster(
	BCDocument master
)
Visual Basic
Public Sub ReleaseToMaster ( _
	master As BCDocument _
)
Visual C++
public:
void ReleaseToMaster(
	BCDocument^ master
)

Parameters

master
Type: BlueCieloECM.InnoCielo.Meridian.Server..::..BCDocument
The master document.

See Also