ComponentOne SpellChecker for WPF and Silverlight
LoadFromIsolatedStorage Method (UserDictionary)

C1.Silverlight.SpellChecker Namespace > UserDictionary Class : LoadFromIsolatedStorage Method
Name of the file where the dictionary is stored.
Loads the dictionary from a compressed file in isolated storage.
Syntax
'Declaration
 
Public Function LoadFromIsolatedStorage( _
   ByVal fileName As String _
) As Boolean
public bool LoadFromIsolatedStorage( 
   string fileName
)

Parameters

fileName
Name of the file where the dictionary is stored.

Return Value

True if the dictionary was loaded successfully, false otherwise.
Remarks
The user dictionary file is usually created by calling the SaveToIsolatedStorage method.
See Also

Reference

UserDictionary Class
UserDictionary Members