Web part that is used to upload photos to the album.

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

Syntax

C#
public class PhotoUpload : BasePhotoGalleryPart, 
	IExcludeAutoRegisterPart
Visual Basic
Public Class PhotoUpload
	Inherits BasePhotoGalleryPart
	Implements IExcludeAutoRegisterPart
Visual C++
public ref class PhotoUpload : public BasePhotoGalleryPart, 
	IExcludeAutoRegisterPart
F#
type PhotoUpload =  
    class
        inherit BasePhotoGalleryPart
        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.SocialNetworking..::..BasePhotoGalleryPart
                  MonoSoftware.MonoX.ModuleGallery.SocialNetworking..::..PhotoUpload

See Also