Microsoft Internet Security and Acceleration Server 2004 SDK

FetchUrlCacheContent Property of IFPCScheduledContentDownloadConfig[C++]

FPCScheduledContentDownloadConfig.FetchUrlCacheContent [Visual Basic]

[C++]

The FetchUrlCacheContent property gets or sets a value from the FpcCacheContent enumerated type that specifies the conditions under which content will be cached.

HRESULT get_FetchUrlCacheContent(
  FpcCacheContent* pCacheContent
);

HRESULT put_FetchUrlCacheContent(
  FpcCacheContent CacheContent
);

Parameters

pCacheContent
Pointer to a value from the FpcCacheContent enumerated type that is set on return to the value specifying the conditions under which content will be cached.
CacheContent
Value from the FpcCacheContent enumerated type that specifies the conditions under which content will be cached.

Return Values

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.

[Visual Basic]

The FetchUrlCacheContent property gets or sets a value from the FpcCacheContent enumerated type that specifies the conditions under which content will be cached.

Property FetchUrlCacheContent As FpcCacheContent

Property Value

Value from the FpcCacheContent enumerated type that specifies the conditions under which content will be cached.

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

Server: Requires Windows Server 2003 or Windows 2000.
Version: Requires Internet Security and Acceleration Server 2004.
Header: Declared in Msfpccom.idl.
Library: Use Microsoft Internet Security and Acceleration Server 2004 Administration Library.

See Also

FPCScheduledContentDownloadConfig