Implementation of the MonoX Web part manager based on the AjaxWebPartManager. Introduces versioning and authorization features.

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

Syntax

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

Inheritance Hierarchy

See Also