Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies to: desktop apps only
The FetchUrlCacheContent property gets or sets a value from the FpcCacheContent enumerated type that specifies the conditions under which content will be cached.
This property is read/write.
Syntax
HRESULT put_FetchUrlCacheContent(
FpcCacheContent CacheContent
);
HRESULT get_FetchUrlCacheContent(
FpcCacheContent *pCacheContent
);
' Data type: FpcCacheContent
Property FetchUrlCacheContent( _
ByVal CacheContent As FpcCacheContent, _
ByVal pCacheContent As FpcCacheContent _
) As FpcCacheContent
Property value
Value from the FpcCacheContent enumerated type that specifies the conditions under which content will be cached.
Error codes
These property methods return S_OK if the call is successful; otherwise, they return an error code.
Remarks
This property is read/write. Its default value is fpcCacheAlways.
The only values from the FpcCacheContent enumerated type that are allowed for this property are fpcCacheAlways, fpcCacheCacheableAndDynamic, and fpcCacheCacheable. Setting this property to fpcNeverCache will result in a run-time error.
Requirements
Minimum supported client |
Windows Vista |
Minimum supported server |
Windows Server 2008 R2, Windows Server 2008 with SP2 (64-bit only) |
Version |
Forefront Threat Management Gateway (TMG) 2010 |
IDL |
Msfpccom.idl |
DLL |
Msfpccom.dll |
See also
FPCScheduledContentDownloadConfig
Build date: 7/12/2010