Click or drag to resize
BCUserDBCollectionContains Method
Determines whether the collection contains an element with the specified key.

Namespace: BlueCieloECM.InnoCielo.Meridian.Server
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax
public bool Contains(
	string key
)

Parameters

key
Type: SystemString
The key to locate in the collection: either the user work list (if collection of BCUser objects) or the name of group (if collection of BCUserGroup objects) to get.

Return Value

Type: Boolean
if the collection contains an element with the specified key; otherwise, .
See Also