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 non-Windows 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)
Visual Basic (Declaration) |
---|
Property TSMDSMIDirectory As String |
C# |
---|
string TSMDSMIDirectory { get; set; } |
Visual C++ |
---|
property String^ TSMDSMIDirectory {
String^ get ();
void set (String^ value);
} |
JavaScript |
---|
function get_tsmdsmiDirectory();
function set_tsmdsmiDirectory(value); |