FreeFlow class library

AlertCollection.ContainsUser Method 

Determines whether this alert collection contains the specified user.

[Visual Basic]
Public Function ContainsUser( _
   ByVal userName As String _
) As Boolean
[C#]
public bool ContainsUser(
   string userName
);

Parameters

userName
Name of the user.

Return Value

true if this alert collection contains the specified user; otherwise, false.

See Also

AlertCollection Class | FreeFlow.Administration Namespace