If this property is set, it indicates that the Content Engine (CE) server is connected to the IBM Tivoli Storage Manager (TSM) server as a UNIX TSM client and specifies the full path of the client directory containing the dsmtca and dsm.sys files. Otherwise, if this property is not set, it indicates that the CE server is connected to the TSM server as a Microsoft Windows TSM client.


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

Syntax

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

/** property */
public void set_TSMDSMIDirectory(string value);
JScript
public function get TSMDSMIDirectory() : String

public function set TSMDSMIDirectory(value : String);

Remarks

See Also