Checks if the currently selected user is valid (exists in the database, not already added).

Namespace: MonoSoftware.MonoX.ModuleGallery.SocialNetworking
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
protected virtual bool IsUserValid()
Visual Basic
Protected Overridable Function IsUserValid As Boolean
Visual C++
protected:
virtual bool IsUserValid()
F#
abstract IsUserValid : unit -> bool 
override IsUserValid : unit -> bool 

Return Value

Type: Boolean
True if the user is valid, false otherwise.

See Also