| BCRepositoryRemoveAndPurgeSelection Method |
Removes and purges a selection with the specified ID property value.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntaxpublic void RemoveAndPurgeSelection(
string selectionID
)
Public Sub RemoveAndPurgeSelection (
selectionID As String
)
public:
void RemoveAndPurgeSelection(
String^ selectionID
)
member RemoveAndPurgeSelection :
selectionID : string -> unit
Parameters
- selectionID
- Type: SystemString
The ID property value of the selection to remove.
See Also