Microsoft Internet Security and Acceleration Server 2000

FPCSiteAndContentRules Collection

The FPCSiteAndContentRules collection provides access to a group of FPCSiteAndContentRule objects. An individual FPCSiteAndContentRule object represents a site and content rule. A site and content rule defines actions that will be taken when specific users attempt to access specific sites or content by using the ISA server. ISA site and content rules allow you to define exactly which sites and content can be accessed by clients behind the ISA server. Site and content rules also determine when the rule is in effect by applying the rule during a specific schedule. The rules appear in this collection in order of their execution.

Site and content rules can be created at both the array level and at the enterprise level. When an array policy is allowed, then its site and content rules can only further restrict enterprise-level site and content rules. For more information about enterprise nad array policy, see Enterprise and Array Policy.

The FPCSiteAndContentRules collection is a property of the FPCArrayPolicy object.

Click here to see the ISA object hierarchy.

Note to C++ Programmers

This collection implements the IFPCSiteAndContentRules interface.

Methods

The following table lists the methods of the FPCSiteAndContentRules collection.

Method Description
Add Creates a new FPCSiteAndContentRule object in the collection and returns a reference to it.
Item Retrieves the given FPCSiteAndContentRule object from the collection.
Refresh Reads the collection's configuration information from persistent storage, discarding any changes to the configuration that were not saved.
Remove Removes a site and content rule from the collection.
Save Saves the collection's configuration to persistent storage.

Properties

The following table lists the properties of the FPCSiteAndContentRules collection.

Property Description
Count Gets the number of FPCSiteAndContentRule objects in the collection.
VendorParametersSets Gets a reference to an object for storing and loading custom data in the FPCSiteAndContentRules collection's storage.

Requirements

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