[]
Loads the dictionary from a compressed file in isolated storage.
public bool LoadFromIsolatedStorage(string fileName, IsolatedStorageScope scope = IsolatedStorageScope.User | IsolatedStorageScope.Domain | IsolatedStorageScope.Assembly, Type domainEvidenceType = null, Type assemblyEvidenceType = null)
| Type | Name | Description |
|---|---|---|
| string | fileName | Name of the file where the dictionary is stored. |
| IsolatedStorageScope | scope | Isolated storage scope |
| Type | domainEvidenceType | Domain evidence type |
| Type | assemblyEvidenceType | Assembly evidence type |
| Type | Description |
|---|---|
| bool | True if the dictionary was loaded successfully, false otherwise. |
The user dictionary file is usually created by calling the SaveToIsolatedStorage(string, IsolatedStorageScope, Type, Type) method.