| MarkdownPropertyEditorUpdateFile 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)
Syntax public 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: SystemString
The target file. - dict
- Type: System.Collections.GenericIDictionaryString, String
The dictionary with the properties to set.
See Also