Click or drag to resize

BCServiceProvider.Remove Method

Removes the value with the specified key from the context.

Namespace:  BlueCieloECM.InnoCielo.Meridian.Client
Assembly:  BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntax
public bool Remove(
	Guid key
)

Parameters

key
Type: System.Guid
The key of the element to remove.

Return Value

Type: Boolean
true if item is successfully removed; otherwise, false. This method also returns false if item was not found in the context.
See Also