Microsoft Internet Security and Acceleration Server 2000 |
The FPCWebPublishingRules collection provides access to a group of FPCWebPublishingRule objects of an ISA server. The rules appear in the collection by their order of execution. The order can be modified by the MoveUp and MoveDown methods.
The FPCWebPublishingRules collection is a property of the FPCArrayPolicy object.
Click here to see the ISA object hierarchy.
This collection implements the IFPCWebPublishingRules interface.
The following table lists the methods of the FPCWebPublishingRules collection.
Method | Description |
---|---|
Add | Creates a new FPCWebPublishingRule object in the list and returns a reference to it. |
Item | Retrieves the given FPCWebPublishingRule object from the collection. |
MoveDown | Moves the given rule down the ladder of execution. |
MoveUp | Moves the given rule up the ladder of execution. |
Refresh | Reads the collection's configuration information from persistent storage, discarding any changes to the configuration that were not saved. |
Remove | Removes an FPCWebPublishingRule object from the collection. |
Save | Saves the collection's configuration to persistent storage. |
The following table lists the properties of the FPCWebPublishingRules collection.
Property | Description |
---|---|
Count | Gets the number of FPCWebPublishingRule objects in the collection. |
VendorParametersSets | Gets a reference to an object for storing and loading custom data into the FPCWebPublishingRules collection's storage. |
Windows NT/2000: Requires Windows 2000.
Version: Requires ISA Server 2000.
Header: Msfpccom.idl.