Help > Web Development > Object Reference > Object Reference > ISYSDocumentDisplay > AddExternalServer Method
<a name="kanchor350"></a>ISYSDocumentDisplay:AddExternalServer Method
Adds a mapping rule used to map paths to external servers.

Syntax
[VBScript]
sub ISYSDocumentDisplay.AddExternalServer(_
  string Path, _ 
  string Server_ 
)
[C#]
void ISYSDocumentDisplay.AddExternalServer(
  string Path, 
  string Server
);
[ColdFusion/Java]
void IISYSDocumentDisplay.AddExternalServer(
  java.lang.String Path, 
  java.lang.String Server
) throws ComException;
Parameters
PathThe source path that needs to be mapped.
ServerThe replacement value used to map the path.