📚 SAP Business One SDK Help

BrowserWidget Object Members
See Also  Overview 

Public Methods

Public Method FromXMLFilePopulates the object from an XML file.
Public Method FromXMLStringPopulates the object from an XML string.
Public Method GetXMLSchemaReturns the XML schema of the object.
Public Method ToXMLFileExports the object to an XML file.
Public Method ToXMLStringExports the object to an XML string.

Public Properties

Public Property AbsEntryThis is the key field.
Field Name: AbsEntry
Data Type: Edm.Int32
Writable: No
Public Property ApplicationThe application identifier when the type is App.
Field Name: App
Data Type: Edm.String
Writable: Yes
Public Property DisplayWebPageTitleIndicates whether to display the web page's own title.
Field Name: ShowWebTil
Data Type: BoYesNoEnum
Writable: Yes
Enum Type: BoYesNoEnum
Public Property NameThe name of the browser widget.
Field Name: Name
Data Type: Edm.String
Writable: Yes
Public Property SizeThe size configuration of the widget panel.
Field Name: Size
Data Type: Edm.String
Writable: Yes
Public Property TitleThe title displayed in the widget panel header.
Field Name: Title
Data Type: Edm.String
Writable: Yes
Public Property TypeThe type of content displayed by the widget.
Field Name: Type
Data Type: BrowserWidgetTypeEnum
Writable: Yes
Enum Type: BrowserWidgetTypeEnum
Public Property UrlThe URL of the web page displayed in the widget.
Field Name: Url
Data Type: Edm.String
Writable: Yes

See Also