Removes and purges a selection with the specified ID property value.

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

Syntax

C#
public void RemoveAndPurgeSelection(
	string selectionID
)
Visual Basic
Public Sub RemoveAndPurgeSelection ( _
	selectionID As String _
)
Visual C++
public:
void RemoveAndPurgeSelection(
	String^ selectionID
)

Parameters

selectionID
Type: System..::..String
The ID property value of the selection to remove.

See Also