Click or drag to resize
CancelIncludeToBriefcaseEventArgs Constructor (BCRepositoryObject, BCSBriefcase, Boolean, Boolean, Boolean)
Initializes a new instance of the CancelIncludeToBriefcaseEventArgs 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 CancelIncludeToBriefcaseEventArgs(
	BCRepositoryObject currentObject,
	BCSBriefcase briefcase,
	bool checkout,
	bool skipContent,
	bool cancel
)

Parameters

currentObject
Type: BlueCieloECM.InnoCielo.Meridian.ServerBCRepositoryObject
The object the event is raised for.
briefcase
Type: BlueCieloECM.InnoCielo.Meridian.ScriptingBCSBriefcase
The briefcase.
checkout
Type: SystemBoolean
A value indicating whether the added document should be checked out.
skipContent
Type: SystemBoolean
Gets or sets a value indicating whether to ignore content of the added document.
cancel
Type: SystemBoolean
A value indicating whether the operation should be canceled.
See Also