Click or drag to resize

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)
Syntax
public static void UpdateFile(
	string file,
	IDictionary<string, string> dict
)

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