Specifies the number of previous system and trace log files that are kept as rollover occurs.
Namespace:
FileNet.Api.Admin
Assembly:
FileNet.Api (in FileNet.Api.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Property MaxRollingFileBackups As Nullable(Of Integer) |
| C# |
|---|
Nullable<int> MaxRollingFileBackups { get; set; } |
| Visual C++ |
|---|
property Nullable<int> MaxRollingFileBackups { Nullable<int> get (); void set (Nullable<int> value); } |
| JavaScript |
|---|
function get_maxRollingFileBackups(); function set_maxRollingFileBackups(value); |