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


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

Syntax

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

/** property */
public void set_TSMFilespaceName(string value);
JScript
public function get TSMFilespaceName() : String

public function set TSMFilespaceName(value : String);

Remarks

See Also