The name of the client node (Content Engine server) to connect to the IBM® Tivoli® Storage Manager (TSM) server. All Content Engine objects that are archived on the TSM server will be accessed using this client node name. The client node must be configured to have proper read/write access and must be allowed to make multiple connections to the TSM server.

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

ToggleSyntax

Visual Basic (Declaration)
Property TSMNodeName As String
C#
string TSMNodeName { get; set; }
Visual C++
property String^ TSMNodeName {
	String^ get ();
	void set (String^ value);
}
JavaScript
function get_tsmNodeName();
function set_tsmNodeName(value);

ToggleRemarks

ToggleSee Also