Specifies the absolute path to the SnapLock volume used to store content (from the perspective of the SnapLock device). The path starts from the volume name (for example, /snap_volume/v16) and corresponds to the same physical location that is referenced by the RootDirectoryPath property, which is the path as viewed from the Content Engine server.


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

Syntax

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

/** property */
public void set_DeviceRootDirectory(string value);
JScript
public function get DeviceRootDirectory() : String

public function set DeviceRootDirectory(value : String);

Remarks

See Also