ComponentOne SpellChecker for WPF and Silverlight
C1.WPF.SpellChecker Namespace / UserDictionary Class / LoadFromIsolatedStorage Method
Name of the file where the dictionary is stored.
Isolated storage scope
Domain evidence type
Assembly evidence type

In This Topic
    LoadFromIsolatedStorage Method
    In This Topic
    Loads the dictionary from a compressed file in isolated storage.
    Syntax
    'Declaration
     
    
    Public Function LoadFromIsolatedStorage( _
       ByVal fileName As String, _
       Optional ByVal scope As IsolatedStorageScope, _
       Optional ByVal domainEvidenceType As Type, _
       Optional ByVal assemblyEvidenceType As Type _
    ) As Boolean

    Parameters

    fileName
    Name of the file where the dictionary is stored.
    scope
    Isolated storage scope
    domainEvidenceType
    Domain evidence type
    assemblyEvidenceType
    Assembly evidence type

    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