Table of Contents

Class ProfilePictureUpload

Namespace
InSite.UI.Layout.Common.Controls
Assembly
InSite.UI.dll
public class ProfilePictureUpload : UserControl, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IFilterResolutionService, IAttributeAccessor, INamingContainer, IUserControlDesignerAccessor
Inheritance
ProfilePictureUpload
Implements
Inherited Members

Constructors

ProfilePictureUpload()

public ProfilePictureUpload()

Fields

CancelProfilePicture

CancelProfilePicture control.

protected CancelButton CancelProfilePicture

Field Value

CancelButton

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

DeleteProfilePicture

DeleteProfilePicture control.

protected Button DeleteProfilePicture

Field Value

Button

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

ProfileImage

ProfileImage control.

protected Image ProfileImage

Field Value

Image

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

ProfilePictureToUploadV2

ProfilePictureToUploadV2 control.

protected FileUploadV2 ProfilePictureToUploadV2

Field Value

FileUploadV2

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

ProfileUploadPanel

ProfileUploadPanel control.

protected HtmlGenericControl ProfileUploadPanel

Field Value

HtmlGenericControl

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

UploadProfilePicture

UploadProfilePicture control.

protected SaveButton UploadProfilePicture

Field Value

SaveButton

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

Methods

DeleteButton_Click(object, EventArgs)

protected void DeleteButton_Click(object sender, EventArgs e)

Parameters

sender object
e EventArgs

LoadProfilePicture(QUser)

public void LoadProfilePicture(QUser user)

Parameters

user QUser

OnInit(EventArgs)

protected override void OnInit(EventArgs e)

Parameters

e EventArgs

UploadButton_Click(object, EventArgs)

protected void UploadButton_Click(object sender, EventArgs e)

Parameters

sender object
e EventArgs

Events

ProfileUploadCompleted

public event EventHandler<ProfileUploadEventArgs> ProfileUploadCompleted

Event Type

EventHandler<ProfileUploadEventArgs>