C# Class CSWA_Integration.retrieveSignedFile

Datei anzeigen Open project: docusign/docusign-signature-appliance-api-recipes

Protected Properties

Property Type Description
Head1 global::System.Web.UI.HtmlControls.HtmlHead
LabelResultMessage global::System.Web.UI.WebControls.Label
form1 global::System.Web.UI.HtmlControls.HtmlForm
linkToDoc global::System.Web.UI.HtmlControls.HtmlAnchor
linkToFirstPage global::System.Web.UI.HtmlControls.HtmlAnchor
signedDocLine global::System.Web.UI.HtmlControls.HtmlGenericControl

Protected Methods

Method Description
Page_Load ( object sender, EventArgs e ) : void

Private Methods

Method Description
handleError ( string errorCode, string errorMsg ) : void

Method Details

Page_Load() protected method

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

Property Details

Head1 protected_oe property

Head1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlHead Head1
return global::System.Web.UI.HtmlControls.HtmlHead

LabelResultMessage protected_oe property

LabelResultMessage control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label LabelResultMessage
return global::System.Web.UI.WebControls.Label

form1 protected_oe property

form1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlForm form1
return global::System.Web.UI.HtmlControls.HtmlForm

linkToDoc protected_oe property

linkToDoc control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlAnchor linkToDoc
return global::System.Web.UI.HtmlControls.HtmlAnchor

linkToFirstPage protected_oe property

linkToFirstPage control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlAnchor linkToFirstPage
return global::System.Web.UI.HtmlControls.HtmlAnchor

signedDocLine protected_oe property

signedDocLine control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlGenericControl signedDocLine
return global::System.Web.UI.HtmlControls.HtmlGenericControl