The name of the file space used by the TSM client node, Content Platform Engine (CPE), to connect to an IBM® Tivoli® Storage Manager (TSM) server. A file space maps a TSM client node(CPE) to a particular file space on the TSM system. The file space name must begin with a forward slash ("/").

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

ToggleSyntax

Visual Basic (Declaration)
Property TSMFilespaceName As String
C#
string TSMFilespaceName { get; set; }
Visual C++
property String^ TSMFilespaceName {
	String^ get ();
	void set (String^ value);
}
JavaScript
function get_tsmFilespaceName();
function set_tsmFilespaceName(value);

ToggleRemarks

ToggleSee Also