CrashFinder GenerateSaveValues Method A Sandcastle Documented Class Library
Generate all the values needed to update or save this filter.

Namespace: P4s3Web
Assembly: P4s3Web (in P4s3Web.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

private Dictionary<string, string> GenerateSaveValues(
	string filterName,
	string filterDesc,
	bool filterShare,
	string filterIcon
)

Parameters

filterName
Type: System String
filterDesc
Type: System String
filterShare
Type: System Boolean
filterIcon
Type: System String

Return Value

Type: Dictionary String, String 
See Also