| ReadonlyAppletCollectionCachePages Property |
Get the page caching setting
Namespace:
SanteDB.Core.Applets
Assembly:
SanteDB.Core.Applets (in SanteDB.Core.Applets.dll) Version: 2.2.1
Syntax public override bool CachePages { get; set; }
Public Overrides Property CachePages As Boolean
Get
Set
public:
virtual property bool CachePages {
bool get () override;
void set (bool value) override;
}
abstract CachePages : bool with get, set
override CachePages : bool with get, set
Property Value
Type:
BooleanSee Also