Returns the Universal Resource Identity (URI) for this connection.

The URI carries the information required to establish a connection to the Content Engine server, such as the transport protocol, host, and port used for server communication.

Namespace:  FileNet.Api.Core
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
Function GetURI As String
C#
string GetURI()
Visual C++
String^ GetURI()
JavaScript
function getURI();

Return Value

A String containing the URI.

ToggleSee Also