The fully qualified path to the root directory for this fixed content device. This path is
under the Hitachi Content Platform (HCP) namespace in which content is stored.
At this location, Content Engine stores content elements in structured directories,
similar to a file storage area. The directory represented by this path must exist before
you can create a Hitachi fixed content device store. The system administrator can use the
Hitachi Namespace browser to create the directory in your HCP namespace.
Namespace:
FileNet.Api.Admin
Assembly:
FileNet.Api (in FileNet.Api.dll)
Visual Basic (Declaration) |
---|
Property HcpDirectoryPath As String |
C# |
---|
string HcpDirectoryPath { get; set; } |
Visual C++ |
---|
property String^ HcpDirectoryPath {
String^ get ();
void set (String^ value);
} |
JavaScript |
---|
function get_hcpDirectoryPath();
function set_hcpDirectoryPath(value); |