A string containing configuration options that are passed to the IBM® Tivoli® Storage Manager (TSM) server by the TSM client (Content Engine server). These configuration options override the settings specified in the TSM options files. This string is not normally used and can contain P8-specific data that is not passed to the TSM server.

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

ToggleSyntax

Visual Basic (Declaration)
Property TSMOptions As String
C#
string TSMOptions { get; set; }
Visual C++
property String^ TSMOptions {
	String^ get ();
	void set (String^ value);
}
JavaScript
function get_tsmOptions();
function set_tsmOptions(value);

ToggleRemarks

ToggleSee Also