Checks if the user has delete privileges on this module.

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

Syntax

C#
public virtual bool CheckUserPrivileges()
Visual Basic
Public Overridable Function CheckUserPrivileges As Boolean
Visual C++
public:
virtual bool CheckUserPrivileges()
F#
abstract CheckUserPrivileges : unit -> bool 
override CheckUserPrivileges : unit -> bool 

Return Value

Type: Boolean
True if user can delete list members, false otherwise.

See Also