Microsoft Internet Security and Acceleration Server 2000

FPCPolicyElements.ContentGroups Property

Gets a collection of all content groups in this array. The returned FPCContentGroups collection of FPCContentGroup objects can be used to programmatically update content groups.

The FPCContentGroup object describes and provides access to content-type groups The default content-type groups include Audio, Executable, Images, Text, and Video. Each group includes file types. For example, the Audio content group could include the file types .aif, .aifc, .au, .m3u, .mid, and others.

VBScript Syntax[VBScript]

[ collFPCContentGroups = ] FPCPolicyElements.ContentGroups

C++ Syntax[C++]

HRESULT get_ContentGroups(
  IFPCContentGroups **pcollFPCContentGroups
);

Parameters

collFPCContentGroups
Reference to an FPCContentGroups collection.

This property is read-only.

Applies To

FPCPolicyElements