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)

ToggleSyntax

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);

ToggleRemarks

Metadata

AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
DataType: STRING
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: true
MaximumLengthString: 2083
ModificationAccessRequired: WRITE
PersistenceType: NOT_PERSISTENT
RequiresUniqueElements: false
Settability: SETTABLE_ONLY_ON_CREATE
TargetAccessRequired: READ

ToggleSee Also