Table of Contents

Class CeritifcateVerify

Namespace
InSite.UI.Lobby
Assembly
InSite.UI.dll
public class CeritifcateVerify : Page, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, INamingContainer, IFilterResolutionService, IHttpHandler
Inheritance
CeritifcateVerify
Implements
Inherited Members

Constructors

CeritifcateVerify()

public CeritifcateVerify()

Fields

ControlPannel

ControlPannel control.

protected HtmlGenericControl ControlPannel

Field Value

HtmlGenericControl

Remarks

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

ExpSentence

ExpSentence control.

protected HtmlGenericControl ExpSentence

Field Value

HtmlGenericControl

Remarks

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

FaceBook

FaceBook control.

protected HyperLink FaceBook

Field Value

HyperLink

Remarks

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

LinkedIn

LinkedIn control.

protected HyperLink LinkedIn

Field Value

HyperLink

Remarks

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

Mail

Mail control.

protected HyperLink Mail

Field Value

HyperLink

Remarks

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

PlatformAnchor

PlatformAnchor control.

protected HtmlAnchor PlatformAnchor

Field Value

HtmlAnchor

Remarks

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

Twitter

Twitter control.

protected HyperLink Twitter

Field Value

HyperLink

Remarks

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

ccid

ccid control.

protected HtmlGenericControl ccid

Field Value

HtmlGenericControl

Remarks

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

certificateData

certificateData control.

protected HtmlGenericControl certificateData

Field Value

HtmlGenericControl

Remarks

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

coursTitle

coursTitle control.

protected HtmlGenericControl coursTitle

Field Value

HtmlGenericControl

Remarks

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

course2

course2 control.

protected HtmlGenericControl course2

Field Value

HtmlGenericControl

Remarks

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

course3

course3 control.

protected HtmlGenericControl course3

Field Value

HtmlGenericControl

Remarks

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

course4

course4 control.

protected HtmlGenericControl course4

Field Value

HtmlGenericControl

Remarks

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

course5

course5 control.

protected HtmlGenericControl course5

Field Value

HtmlGenericControl

Remarks

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

course6

course6 control.

protected HtmlGenericControl course6

Field Value

HtmlGenericControl

Remarks

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

date

date control.

protected HtmlGenericControl date

Field Value

HtmlGenericControl

Remarks

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

datetime

datetime control.

protected HtmlGenericControl datetime

Field Value

HtmlGenericControl

Remarks

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

exdatetime

exdatetime control.

protected HtmlGenericControl exdatetime

Field Value

HtmlGenericControl

Remarks

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

exp

exp control.

protected HtmlGenericControl exp

Field Value

HtmlGenericControl

Remarks

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

fingerPrint

fingerPrint control.

protected HiddenField fingerPrint

Field Value

HiddenField

Remarks

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

name

name control.

protected HtmlGenericControl name

Field Value

HtmlGenericControl

Remarks

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

name2

name2 control.

protected HtmlGenericControl name2

Field Value

HtmlGenericControl

Remarks

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

name3

name3 control.

protected HtmlGenericControl name3

Field Value

HtmlGenericControl

Remarks

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

Methods

GenerateEmailContent(string, Guid, string, HttpRequest)

public static string GenerateEmailContent(string brand, Guid certificateId, string courseName, HttpRequest request)

Parameters

brand string
certificateId Guid
courseName string
request HttpRequest

Returns

string
public static string GenerateFaceBookLink(Guid certificateId, HttpRequest request)

Parameters

certificateId Guid
request HttpRequest

Returns

string
public static string GenerateLinkedInLink(Guid certificateId, HttpRequest request)

Parameters

certificateId Guid
request HttpRequest

Returns

string
public static string GenerateTwitterLink(Guid certificateId, string courseName, HttpRequest request)

Parameters

certificateId Guid
courseName string
request HttpRequest

Returns

string
public static string GenerateVerificationLink(Guid certificateId, HttpRequest request, bool encode = true)

Parameters

certificateId Guid
request HttpRequest
encode bool

Returns

string

OnLoad(EventArgs)

protected override void OnLoad(EventArgs e)

Parameters

e EventArgs