Click or drag to resize
CancelReleaseToMasterEventArgs Constructor (BCDocument, BCDocument, Boolean, Boolean)
Initializes a new instance of the CancelReleaseToMasterEventArgs class.

Namespace: BlueCieloECM.InnoCielo.Meridian.Design
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax
public CancelReleaseToMasterEventArgs(
	BCDocument document,
	BCDocument master,
	bool projectCopyChanged,
	bool cancel
)

Parameters

document
Type: BlueCieloECM.InnoCielo.Meridian.ServerBCDocument
The released document.
master
Type: BlueCieloECM.InnoCielo.Meridian.ServerBCDocument
The master document.
projectCopyChanged
Type: SystemBoolean
A value indicating whether the project copy is changed and a new master revision will be created.
cancel
Type: SystemBoolean
A value indicating whether the operation should be canceled.
See Also