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)

Syntax

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

/** property */
public void set_StagingAreaPath(string value);
JScript
public function get StagingAreaPath() : String

public function set StagingAreaPath(value : String);

Remarks

See Also