http://retail3000.net/Retail3000Webservice/WebserviceGeneralComponents
ViewBaseEmailTemplateInfo Complex Type
http://retail3000.net/Retail3000Webservice/WebserviceGeneralComponents : ViewBaseEmailTemplateInfo Complex Type
Namespace http://retail3000.net/Retail3000Webservice/WebserviceGeneralComponents
Base Type
Extension of BaseEmailTemplateInfo Complex Type
Diagram
LanguageDescription Element LanguageCode Element Description Element IsOverridable Element Placeholders Element HtmlBody Element PlainBody Element Subject Element EmailType Element LanguageId Element LastModifiedDateTime Element LastModifiedByUserId Element CreatedDateTime Element CreatedByUserId Element ItemId Element Sequence ViewBaseEmailTemplateInfo Complex Type
Overview
Sequence
ItemId xs:int
CreatedDateTime xs:dateTime
LanguageId xs:int
Subject optional xs:string
PlainBody optional xs:string
HtmlBody optional xs:string
Placeholders optional xs:string
IsOverridable xs:boolean
Description optional xs:string
LanguageCode optional xs:string
LanguageDescription optional xs:string
Used By
ViewBaseEmailTemplateInfo Element
Source
<xs:complexType name="ViewBaseEmailTemplateInfo" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexContent mixed="false">
    <xs:extension base="tns:BaseEmailTemplateInfo">
      <xs:sequence>
        <xs:element minOccurs="0" maxOccurs="1" name="Description" type="xs:string" />
        <xs:element minOccurs="0" maxOccurs="1" name="LanguageCode" type="xs:string" />
        <xs:element minOccurs="0" maxOccurs="1" name="LanguageDescription" type="xs:string" />
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
See Also
http://retail3000.net/Retail3000Webservice/WebserviceGeneralComponents