AllowOfflineCaching property

Returns or sets the Offline Caching status. TRUE means offline caching is allowed.

Syntax


C++

HRESULT get_AllowOfflineCaching(
   VARIANT_
BOOL* pAllowOfflineCaching)

HRESULT put_AllowOfflineCaching(
   VARIANT_
BOOL pAllowOfflineCaching)

Scripting languages

Status = Object.AllowOfflineCaching

Object.AllowOfflineCaching = Status

Home

Applies to
IERUSiteSettings