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#
protected override bool SetDeletePrivileges()
Visual Basic
Protected Overrides Function SetDeletePrivileges As Boolean
Visual C++
protected:
virtual bool SetDeletePrivileges() override
F#
abstract SetDeletePrivileges : unit -> bool 
override SetDeletePrivileges : unit -> bool 

Return Value

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

See Also