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: 5.1.40.5065 (5.1.40.5065)

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
F#
type FileGallery =  
    class
        inherit BasePagedPart
        interface INamingContainer
        interface IPostBackDataHandler
        interface IPostBackEventHandler
    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..::..FileGallery

See Also