The Panel type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| RetrieveContent | 
             Same as calling RetrieveContent(DictionaryString, String) with an empty ArgMap.
              | |
| RetrieveContent(DictionaryString, String) | 
             Retrieves the content of this panel from the eSales service. The panel is evaluated with 
             the arguments supplied to this method.
              You may use an ArgMap or a standard Dictionary to pass the arguments.  | |
| RetrieveContentAsXml | 
             Retrieves the content of this panel as a Stream of XML.
              | |
| RetrieveContentAsXml(DictionaryString, String) | 
             Retrieves the content of this panel as a Stream of XML. The panel is evaluated with 
             the arguments supplied to this method.
              | |
| ToString | (Inherited from Object.) | 
See Also