Class ThermalLabelWebEditor
ThermalLabel Web Editor Server-side processor.
Inheritance
System.Object
ThermalLabelWebEditor
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Neodynamic.Web.ThermalLabelEditor
Assembly: cs.temp.dll.dll
Syntax
public class ThermalLabelWebEditor
Properties
LicenseKeyForEditor
Gets or sets the license key info for unlocking the ThermalLabel Web Editor.
Declaration
public static string LicenseKeyForEditor { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LicenseKeyForSDK
Gets or sets the license key info for unlocking the ThermalLabel SDK.
Declaration
public static string LicenseKeyForSDK { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LicenseOwnerForEditor
Gets or sets the license owner info for unlocking the ThermalLabel Web Editor.
Declaration
public static string LicenseOwnerForEditor { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LicenseOwnerForSDK
Gets or sets the license owner info for unlocking the ThermalLabel SDK.
Declaration
public static string LicenseOwnerForSDK { get; set; }
Property Value
Type | Description |
---|---|
System.String |
WebsiteRootPhysicalPath
Gets or sets the physical path of the Website root folder.
Declaration
public static string WebsiteRootPhysicalPath { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
ProcessRequest(NameValueCollection)
Processes HTTP Requests from a website using the ThermalLabel Web Editor.
Declaration
public static ThermalLabelWebEditorHttpResponse ProcessRequest(NameValueCollection httpData)
Parameters
Type | Name | Description |
---|---|---|
NameValueCollection | httpData | The HTTP Variables to be processed. |
Returns
Type | Description |
---|---|
ThermalLabelWebEditorHttpResponse | Returns HTTP Response data. |