The full path of the root directory that contains the configuration options files for the IBM® Tivoli® Storage Manager (TSM) server. This directory must already exist and must be shared so that the Content Engine system user has read/write access. You should not modify these configuration options files directly; they are written to by the Content Engine server whenever various TivoliFixedContentDevice object properties are changed. Because the TSM server cannot run if these files are missing or damaged, you should back them up frequently.

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

ToggleSyntax

Visual Basic (Declaration)
Property TSMConfigurationFilesShare As String
C#
string TSMConfigurationFilesShare { get; set; }
Visual C++
property String^ TSMConfigurationFilesShare {
	String^ get ();
	void set (String^ value);
}
JavaScript
function get_tsmConfigurationFilesShare();
function set_tsmConfigurationFilesShare(value);

ToggleRemarks

ToggleSee Also