Class PartnerWebPanel
Carrier object for PartnerWebPanel. Services for the PartnerWebPanel Carrier is available from the IPartnerAgent.
Namespace: SuperOffice.CRM.Services
Assembly: SuperOffice.Services.dll
Syntax
public class PartnerWebPanel : Carrier
Constructors
PartnerWebPanel()
Default constructor
Declaration
public PartnerWebPanel()
Properties
DisplayDescription
The tooltip of the panel as displayed in the GUI; may be multi-language syntax
Declaration
public string DisplayDescription { get; set; }
Property Value
Type | Description |
---|---|
String |
DisplayName
The name of the panel as displayed in the GUI; may be multi-language syntax
Declaration
public string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
String |
Identifier
The string constant used by the Partner Application to identify this web panel
Declaration
public string Identifier { get; set; }
Property Value
Type | Description |
---|---|
String |
IsSuspended
Is this Web Panel currently in the Suspended state
Declaration
public bool IsSuspended { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
OnSalesMarketingPocket
Is the webpanel visible when user is on the SM Pocket client
Declaration
public bool OnSalesMarketingPocket { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
OnSalesMarketingWeb
Is the webpanel visible when user is on the SM Web client
Declaration
public bool OnSalesMarketingWeb { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
Url
The url (target) of the panel; may contain merge tags
Declaration
public string Url { get; set; }
Property Value
Type | Description |
---|---|
String |
UrlEncoding
The encoding of the URL
Declaration
public UrlEncoding UrlEncoding { get; set; }
Property Value
Type | Description |
---|---|
UrlEncoding |
VisibleIn
Where should the URL appear
Declaration
public Navigation VisibleIn { get; set; }
Property Value
Type | Description |
---|---|
Navigation |
WindowName
The 'window name' of the panel, which can be used as part of the soprotocol string to navigate to the web panel
Declaration
public string WindowName { get; set; }
Property Value
Type | Description |
---|---|
String |
Methods
ToString()
Returns the carrier contents as a formatted string.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String | The carrier contents. |
ToString(String)
Returns the carrier contents as a formatted string, useful for debugging. Each line in the output is prefixed with the input value.
Declaration
public string ToString(string prefix)
Parameters
Type | Name | Description |
---|---|---|
String | prefix | The line prefix (typically used for indenting) |
Returns
Type | Description |
---|---|
String | The carrier contents. |