A string representing the HTTP or HTTPS URL of the namespace on the Hitachi Content Platform (HCP) server. If an HTTPS URL is specified, the transport between Content Engine and HCP is encrypted through transport layer security (TLS) but no validation of the HCP server certificate is performed.

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

ToggleSyntax

Visual Basic (Declaration)
Property HcpNamespaceUrl As String
C#
string HcpNamespaceUrl { get; set; }
Visual C++
property String^ HcpNamespaceUrl {
	String^ get ();
	void set (String^ value);
}
JavaScript
function get_hcpNamespaceUrl();
function set_hcpNamespaceUrl(value);

ToggleRemarks

ToggleSee Also