 | MarkdownPropertyEditor.UpdateFile Method |
Sets a property value in a Markdown property file.
Namespace:
Mastersign.Bench.Markdown
Assembly:
BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntaxpublic static void UpdateFile(
string file,
IDictionary<string, string> dict
)
Public Shared Sub UpdateFile (
file As String,
dict As IDictionary(Of String, String)
)
Parameters
- file
- Type: System.String
The target file. - dict
- Type: System.Collections.Generic.IDictionary<String, String>
The dictionary with the properties to set.
See Also