File gallery Web part. It can be used whenever you need to display a list of files attached to a blog post, album, wall note, comment, or another custom entity. This module is aware of the most file types, and uses thumbnails generated by the attached upload module (the most common image or video file types), OR displays a static, file type-specific icon for file types for which a thumbnail is not generated by default (MS Office, PDF, ...).

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

Syntax

C#
public class FileGallery : BasePagedPart, 
	INamingContainer, IPostBackDataHandler, IPostBackEventHandler
Visual Basic
Public Class FileGallery _
	Inherits BasePagedPart _
	Implements INamingContainer, IPostBackDataHandler, IPostBackEventHandler
Visual C++
public ref class FileGallery : public BasePagedPart, 
	INamingContainer, IPostBackDataHandler, IPostBackEventHandler

Inheritance Hierarchy

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

See Also