Click or drag to resize

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
)

Parameters

file
Type: SystemString
The target file.
dict
Type: System.Collections.GenericIDictionaryString, String
The dictionary with the properties to set.
See Also