Saves the dictionary back to a file.

Namespace:  C1.Web.Editor
Assembly:  C1.Web.Editor.2 (in C1.Web.Editor.2.dll)

Syntax

C#
public bool Save()
Visual Basic (Declaration)
Public Function Save As Boolean

Return Value

True in case of success, false otherwise.

Remarks

If the dictionary cannot be saved, the reason is stored in the Exception property.

See Also