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)

Syntax

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

/** property */
public void set_TSMConfigurationFilesShare(string value);
JScript
public function get TSMConfigurationFilesShare() : String

public function set TSMConfigurationFilesShare(value : String);

Remarks

See Also