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)
Syntax
| 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); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
DataType: STRING
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: false
MaximumLengthString: null
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ