The fully qualified path to the root directory for this storage area. The path can be a local mount point, a local path, or a UNC path.

The following information is specific to the use of VerityIndexArea.RootDirectoryPath:

  • If the value of
     Copy Code
    VerityIndexArea.TempDirectoryPath
    is not null, the value for the this property can be a local directory on the Verity server.
  • If multiple Verity servers are used for the same index area, and the value of this property is local to the Verity server, each Verity server for the index area must be on the same machine.
  • When multiple Verity index areas are defined in an object store, each index area can have the same value for this property; however, the directories may be located on different machines (depending on the location of the Verity servers).

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

Syntax

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

/** property */
public void set_RootDirectoryPath(string value);
JScript
public function get RootDirectoryPath() : String

public function set RootDirectoryPath(value : String);

Remarks

See Also