Sets delete privileges for a friend item.

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

Syntax

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

Return Value

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

See Also