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)

Syntax

Visual Basic (Declaration)
Property TSMNodeName As String
C#
string TSMNodeName { get; set; }
C++
property string TSMNodeName abstract  {
    String get();
    void set(String value);
}
J#
/** property */
public string get_TSMNodeName();

/** property */
public void set_TSMNodeName(string value);
JScript
public function get TSMNodeName() : String

public function set TSMNodeName(value : String);

Remarks

See Also