For Case History, indicates whether the history exporter associated with the
server hierarchy object is currently enabled.
This property allows you to isolate the Case History
to a particular object in the server hierarchy,
for example, IVirtualServer or IServerInstance.
Namespace:
FileNet.Api.Admin
Assembly:
FileNet.Api (in FileNet.Api.dll)
Visual Basic (Declaration) |
---|
Property HistoryExporterEnabled As Nullable(Of Boolean) |
C# |
---|
Nullable<bool> HistoryExporterEnabled { get; set; } |
Visual C++ |
---|
property Nullable<bool> HistoryExporterEnabled {
Nullable<bool> get ();
void set (Nullable<bool> value);
} |
JavaScript |
---|
function get_historyExporterEnabled();
function set_historyExporterEnabled(value); |