Differences
This shows you the differences between the selected revisions of the page.
| 2014-12-19 | 2014-12-19 | ||
| syntax error (martin) | moved documentation of AddRawSettings into its own page (martin) | ||
| Line 42: | Line 42: | ||
| ===== Methods ===== | ===== Methods ===== | ||
| ^ Name ^ Description ^ | ^ Name ^ Description ^ | ||
| - | | void AddRawSettings(string setting, string value) | Allows configuring any site settings using [[rawsettings|raw format]] as in an INI file. \\ E.g. to enable SSH compression and agent forwarding use ''%%AddRawSettings("Compression", "1")%%'' and ''%%AddRawSettings("AgentFwd", "1")%%''. | | + | | [[library_sessionoptions_addrawsettings|AddRawSettings]] | Allows configuring any site settings using raw format as in an INI file. | |
| ===== Remarks ===== | ===== Remarks ===== | ||