📚 SAP Business One SDK Help

DashboardCacheConfiguration Object Members
See Also  Overview 

Public Methods

Public Method FromXMLFileLoads the object's properties from an XML file.
Public Method FromXMLStringLoads the object's properties from an XML string.
Public Method GetXMLSchemaReturns the XML schema for this object.
Public Method ToXMLFileSerializes the object's properties to an XML file.
Public Method ToXMLStringSerializes the object's properties to an XML string.

Public Properties

Public Property AbsEntryThis is the key field.
Field Name: AbsEntry
Data Type: Edm.Int32
Writable: No
Public Property CronStringThe cron expression that defines the cache refresh schedule.
Field Name: CronString
Data Type: Edm.String
Writable: Yes
Public Property EnableIndicates whether dashboard caching is enabled.
Field Name: Enable
Data Type: BoYesNoEnum
Writable: Yes
Enum Type: BoYesNoEnum

See Also