Click or drag to resize
BCRepositoryCloseRepository Method (Boolean)

Note: This API is now obsolete.

Closes the repository with changes either committed or rolled back.

Namespace: BlueCieloECM.InnoCielo.Meridian.Server
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax
[ObsoleteAttribute("This method might be removed from future versions. Use the "Rollback" or the "Commit" methods.")]
public void CloseRepository(
	bool commit
)

Parameters

commit
Type: SystemBoolean
A value indicating whether changes made during the transaction should be committed (saved).
Remarks
See Also