Specifies a file system directory path that will be used to store content elements prior to uploading them to a fixed content device.

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

ToggleSyntax

Visual Basic (Declaration)
Property StagingAreaPath As String
C#
string StagingAreaPath { get; set; }
Visual C++
property String^ StagingAreaPath {
	String^ get ();
	void set (String^ value);
}
JavaScript
function get_stagingAreaPath();
function set_stagingAreaPath(value);

ToggleRemarks

ToggleSee Also