This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.

Syntax

C# Copy imageCopy Code
                                  public static class DictionaryStorage
Visual Basic (Declaration) Copy imageCopy Code
                                  Public NotInheritable Class DictionaryStorage

The type exposes the following methods.

Public Methods

  Name Description
Public method Static member AppendToDictionary
Appends given name value pair to the dictionary on specified path.
Public method Static member LoadDictionary
Loads a dictionary from specified path.
Public method Static member SaveDictionary<(Of <<'(T, U>)>>)
Save a dictionary to specified path.

See Also

Advanced