As one of the core social networking Web parts, wall notes is used to display short users notes and comments. SUpports upload of attachment files and can be used on various types of walls (site-wide wall, user wall, group wall).

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

Syntax

C#
public class WallNotes : BasePagedPart
Visual Basic
Public Class WallNotes
	Inherits BasePagedPart
Visual C++
public ref class WallNotes : public BasePagedPart
F#
type WallNotes =  
    class
        inherit BasePagedPart
    end

Inheritance Hierarchy

System..::..Object
  System.Web.UI..::..Control
    System.Web.UI..::..TemplateControl
      System.Web.UI..::..UserControl
        UserControlBase
          MonoSoftware.MonoX..::..BasePart
            MonoSoftware.MonoX..::..BaseAutoRegisterPart
              MonoSoftware.MonoX..::..BasePagedPart
                MonoSoftware.MonoX.ModuleGallery.SocialNetworking..::..WallNotes
                  MonoSoftware.MonoX.ModuleGallery.Mobile..::..WallNotes

See Also