Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies to: desktop apps only
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, Forefront TMG checks the (external) path specified in the request. If a path mapping is found for the path specified in the request, Forefront TMG replaces the path specified in the request by the corresponding internal path.
This collection is accessed through the PathMappings property of the FPCWebPublishingProperties object.
Click here to see the Forefront TMG object hierarchy.
Members
The FPCPathMappings collection has these types of members:
- Methods
- Properties
Methods
The FPCPathMappings collection has these 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 these properties.
Property | Access type | Description |
---|---|---|
Read-only | Gets an enumerator object for the collection. |
|
Read-only | Gets the number of objects in the collection. |
Interfaces for C++ Programming
This collection implements the IFPCPathMappings interface.
Requirements
Minimum supported client |
Windows Vista, None supported |
Minimum supported server |
Windows Server 2008 R2, Windows Server 2008 with SP2 (64-bit only) |
Version |
Forefront Threat Management Gateway (TMG) 2010 |
IDL |
Msfpccom.idl |
See also
Build date: 7/12/2010