ComponentOne SpellChecker for WPF and Silverlight
C1.Silverlight.SpellChecker Namespace / UserDictionary Class / LoadFromIsolatedStorage Method
Name of the file where the dictionary is stored.

In This Topic
    LoadFromIsolatedStorage Method (UserDictionary)
    In This Topic
    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