General purpose related content module.

Note: Small module that can be used to show related content over a content tags (all portal built-in modules connected with relations table can benefit form this module).

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

Syntax

C#
public class RelatedContent : BasePagedPart, 
	IExcludeAutoRegisterPart
Visual Basic
Public Class RelatedContent
	Inherits BasePagedPart
	Implements IExcludeAutoRegisterPart
Visual C++
public ref class RelatedContent : public BasePagedPart, 
	IExcludeAutoRegisterPart
F#
type RelatedContent =  
    class
        inherit BasePagedPart
        interface IExcludeAutoRegisterPart
    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..::..RelatedContent

See Also