Returns the Universal Resource Identity (URI) for this connection.
Namespace:
FileNet.Api.CoreThe 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.
Assembly: FileNet.Api (in FileNet.Api.dll)
Syntax
Visual Basic (Declaration) |
---|
Function GetURI As String |
C# |
---|
string GetURI() |
Visual C++ |
---|
String^ GetURI() |
JavaScript |
---|
function getURI(); |