%ZEN.Portal.abstractRefreshable
deprecated abstract class %ZEN.Portal.abstractRefreshable
Abstract base class to allow all portal pages to share a consistent interface for indicating whether auto-refresh behaviour is permitted. This class is intended for use as a secondary super-class.Property Inventory
Properties
property enableAutoRefresh as %ZEN.Datatype.boolean [ InitialExpression = ##class(%CSP.Portal.Utils).%IsAutoRefreshEnabled() ];
True if pages in the management portal are permitted to use auto-refresh behaviour.
Property methods: enableAutoRefreshDisplayToLogical(), enableAutoRefreshGet(), enableAutoRefreshIsValid(), enableAutoRefreshLogicalToDisplay(), enableAutoRefreshLogicalToOdbc(), enableAutoRefreshNormalize(), enableAutoRefreshSet()