Table of Contents

Class ProfileUploadEventArgs

Namespace
InSite.UI.Layout.Common.Controls
Assembly
InSite.UI.dll
public class ProfileUploadEventArgs : EventArgs
Inheritance
ProfileUploadEventArgs
Inherited Members

Constructors

ProfileUploadEventArgs(bool, string)

public ProfileUploadEventArgs(bool success, string message)

Parameters

success bool
message string

Properties

Message

public string Message { get; }

Property Value

string

Success

public bool Success { get; }

Property Value

bool