Click or drag to resize

BCWorkPackageRemoveDocument Method (BCDocument, Boolean)

Discards/revokes a document from the work area.

Namespace:  BlueCieloECM.InnoCielo.Meridian.Server
Assembly:  BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntax
public void RemoveDocument(
	BCDocument document,
	bool reAssign
)

Parameters

document
Type: BlueCieloECM.InnoCielo.Meridian.ServerBCDocument
The document to remove.
reAssign
Type: SystemBoolean
A value indicating whether a draft revision is reassigned to the same context after it has been removed.
See Also