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)

ToggleSyntax

Visual Basic (Declaration)
Property DeviceRootDirectory As String
C#
string DeviceRootDirectory { get; set; }
Visual C++
property String^ DeviceRootDirectory {
	String^ get ();
	void set (String^ value);
}
JavaScript
function get_deviceRootDirectory();
function set_deviceRootDirectory(value);

ToggleRemarks

ToggleSee Also