The base URL for the IBM® documentation that is associated with the FileNet P8 domain. The property allows client applications that provide help links to retrieve the base URL from a central location, rather than each client locally storing the URL.

To use the IBM documentation, you can link either to IBM Knowledge Center on www.ibm.com, or to a local information center that you install and deploy. For successful retrieval of a help topic, the client must concatenate the plug-in path of the applicable topic to the base URL of the documentation server.

For more information about setting the base URL for the IBM documentation, see Updating the base documentation URL for the FileNet P8 domain.

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

ToggleSyntax

Visual Basic (Declaration)
Property DocumentationURL As String
C#
string DocumentationURL { get; set; }
Visual C++
property String^ DocumentationURL {
	String^ get ();
	void set (String^ value);
}
JavaScript
function get_documentationURL();
function set_documentationURL(value);

ToggleRemarks

ToggleSee Also