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)

Syntax

Visual Basic (Declaration)
Function GetURI() As String
C#
string GetURI()
C++
String GetURI() abstract 
J#
string GetURI()
JScript
function GetURI() : String

Return Value

A String containing the URI.

See Also