Initializes a new instance of the CancelIncludeToBriefcaseEventArgs class.

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

Syntax

C#
public CancelIncludeToBriefcaseEventArgs(
	BCRepositoryObject currentObject,
	BCSBriefcase briefcase,
	bool checkout,
	bool skipContent,
	bool cancel
)
Visual Basic
Public Sub New ( _
	currentObject As BCRepositoryObject, _
	briefcase As BCSBriefcase, _
	checkout As Boolean, _
	skipContent As Boolean, _
	cancel As Boolean _
)
Visual C++
public:
CancelIncludeToBriefcaseEventArgs(
	BCRepositoryObject^ currentObject, 
	BCSBriefcase^ briefcase, 
	bool checkout, 
	bool skipContent, 
	bool cancel
)

Parameters

currentObject
Type: BlueCieloECM.InnoCielo.Meridian.Server..::..BCRepositoryObject
The object the event is raised for.
briefcase
Type: BlueCieloECM.InnoCielo.Meridian.Scripting..::..BCSBriefcase
The briefcase.
checkout
Type: System..::..Boolean
A value indicating whether the added document should be checked out.
skipContent
Type: System..::..Boolean
Gets or sets a value indicating whether to ignore content of the added document.
cancel
Type: System..::..Boolean
A value indicating whether the operation should be canceled.

See Also