Differences
This shows you the differences between the selected revisions of the page.
| 2014-10-30 | 2014-11-13 | ||
| 5.6.2 Bug 876 Set global configuration options on command-line (martin) | 5.6.3 Bug 876: Added method Session.AddRawConfiguration to configure any global configuration option. (martin) | ||
| Line 39: | Line 39: | ||
| </code> | </code> | ||
| + | In [[library|.NET assembly]], use ''[[library_session_addrawconfiguration|Session.AddRawConfiguration]]'': | ||
| + | |||
| + | <code csharp> | ||
| + | session.AddRawConfiguration("Interface\\CopyParam\\FileNameCase", "2"); | ||
| + | session.AddRawConfiguration("Interface\\SessionReopenAuto", "10000"); | ||
| + | </code> | ||