Microsoft Internet Security and Acceleration Server 2004 SDK

FPCPathMappings Collection

The FPCPathMappings collection provides access to a group of FPCPathMapping objects. An FPCPathMapping object represents a mapping of an external path to an internal path on a server published by a Web publishing rule. The external path is the public path used by users in their incoming requests, and the internal path is the private path to the published directory on the Web server.

Path mappings are used in Web publishing rules. Before forwarding a request to the published Web server, ISA Server checks the (external) path specified in the request. If a path mapping is found for the path specified in the request, ISA Server replaces the path specified in the request by the corresponding internal path.

This collection is typically accessed through the PathMappings property of the FPCWebPublishingProperties object.

Click here to see the ISA Server object hierarchy.

Methods

The FPCPathMappings collection defines the following methods.

Method Description
Add Creates a new FPCPathMapping object in the collection and returns a reference to it.
Item Retrieves the requested FPCPathMapping object from the collection.
Refresh Reads all the properties of the collection and its elements from persistent storage, discarding any changes that have not been saved.
Remove Removes the specified FPCPathMapping object from the collection.
Save Writes the current values of all the properties of the collection and its elements to persistent storage.

Properties

The FPCPathMappings collection has the following properties.

Property Description
_NewEnum Gets an enumerator object for the collection.
Count Gets the number of objects in the collection.

Remarks

This collection implements the IFPCPathMappings interface.

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

COM Objects