Microsoft Internet Security and Acceleration Server 2000

FPCContentGroup Object

The FPCContentGroup object describes and provides access to the content-type groups that FPCSiteAndContentRule and FPCBandwidthRule objects can reference. 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. If you want to change the file types that are included in a group, do so through this object by using the Add and Remove methods. You can also create additional content groups using the FPCContentGroups.Add method.

The FPCContentGroup object is a member of the FPCContentGroups collection.

Click here to see the ISA object hierarchy.

Note to C++ Programmers

This object implements the IFPCContentGroup interface.

Methods

The following table lists the methods of the FPCContentGroup object.

Method Description
Add Adds a new file type or MIME content type to the object and returns a reference to it.
Item Retrieves the given content type from the object.
Refresh Reads the object's configuration information from persistent storage, discarding any changes to the configuration that were not saved.
Remove Removes a content type from the object.
RemoveAll Clears the list.
Save Saves the object's configuration to persistent storage.

Properties

The following table lists the properties of the FPCContentGroup object.

Property Description
Count Gets the number of content types in the collection.
Description Gets or sets the description of the group.
Name Gets or sets the name of the group.
VendorParametersSets Gets a reference to an object for storing and loading of custom data into the FPCContentGroup object's storage.

Requirements

  Windows NT/2000: Requires Windows 2000.
  Version: Requires ISA Server 2000.
  Header: Msfpccom.idl.