The fully qualified path to use as the output location for trace logs. If unspecified or null, this property value defaults to the application server instance's working directory path appended with "/FileNet".

Note The only validation against a non-null value for this property is that the location resides within a valid directory.

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

ToggleSyntax

Visual Basic (Declaration)
Property OutputLocation As String
C#
string OutputLocation { get; set; }
Visual C++
property String^ OutputLocation {
	String^ get ();
	void set (String^ value);
}
JavaScript
function get_outputLocation();
function set_outputLocation(value);

ToggleRemarks

ToggleSee Also