Find.1 |
Scroll |
Looks for a user with the specified Thereforeā¢ user ID and returns it.
Namespace: Therefore.API
Visual Basic Public Overridable Function Find ( _ nUserID As Integer _ ) As TheUser C# public virtual TheUser Find ( int nUserID )
Parameters nUserID Thereforeā¢ User ID of the user to look for.
Return Value First TheUser instance with the specified nUserID in the list. If no matching user is found Nothing (VB), null (C#) or their equivalent in other programming languages is returned. |