Microsoft Internet Security and Acceleration Server 2004 SDK

PathMappings Property of IFPCWebPublishingProperties[C++]

FPCWebPublishingProperties.PathMappings [Visual Basic]

[C++]

The PathMappings property gets an FPCPathMappings collection that contains mappings of published website names to the internal path of the website.

HRESULT get_PathMappings(
  IFPCPathMappings** ppPathMappings
);

Parameters

ppPathMappings
Address of an interface pointer that on return points to an IFPCPathMappings interface that represents the collection of path mappings.

Return Values

This property method returns S_OK if the call is successful; otherwise, it returns an error code.

Remarks

This property is read-only. It can be modified by calling the methods of the IFPCPathMappings interface retrieved.

[Visual Basic]

The PathMappings property gets an FPCPathMappings collection that contains mappings of published website names to the internal path of the website.

Property PathMappings As FPCPathMappings

Property Value

Reference to an FPCPathMappings collection that contains mappings of published website names to the internal path of the website.

Remarks

This property is read-only. It can be modified by calling the methods of the FPCPathMappings collection retrieved.

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

FPCWebPublishingProperties