Microsoft Internet Security and Acceleration Server 2004 SDK

ExternalPath Property of IFPCPathMapping[C++]

FPCPathMapping.ExternalPath [Visual Basic]

[C++]

The ExternalPath property gets the external path for the mapping. The external path is the public path used by a user when requesting the website. This property is ignored if the SameAsInternalPath property is set to VARIANT_TRUE.

HRESULT get_ExternalPath(
  BSTR** pbstrExternalPath
);

Parameters

pbstrExternalPath
Pointer to a BSTR that is set on return to a string value specifying the internal path to the published subdirectory on the Web server.

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 is set when the object is created using the IFPCPathMappings::Add method.

[Visual Basic]

The ExternalPath property gets the external path for the mapping. The external path is the public path used by a user when requesting the website. This property is ignored if the SameAsInternalPath property is set to True.

Property ExternalPath As String

Property Value

String value that specifies the external path.

Remarks

This property is read-only. It is set when the object is created using the FPCPathMappings.Add method.

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

FPCPathMapping