PasswordDictionary Class |
Namespace: GroupDocs.Search.Dictionaries
The PasswordDictionary type exposes the following members.
Name | Description | |
---|---|---|
![]() | Count |
Gets the number of elements contained in the dictionary.
|
![]() | FilePath |
Gets the dictionary file path.
(Inherited from DictionaryBase.) |
Name | Description | |
---|---|---|
![]() | Add |
Adds a password for a document to the dictionary.
|
![]() | Clear |
Removes all passwords from this PasswordDictionary object.
|
![]() | Contains |
Determines whether the dictionary contains a password for the specified document.
|
![]() | Equals | (Inherited from Object.) |
![]() | Export |
Exports the dictionary to a file with the specified name.
(Overrides DictionaryBaseExport(String).) |
![]() | ExportDictionary |
Exports the dictionary to a file with the specified name.
(Inherited from DictionaryBase.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetEnumerator |
Returns an enumerator that iterates through the collection.
|
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetPassword |
Gets the password for the file.
|
![]() | GetType | (Inherited from Object.) |
![]() | Import |
Imports a dictionary from the specified file.
(Overrides DictionaryBaseImport(String).) |
![]() | ImportDictionary |
Imports a dictionary from the specified file.
(Inherited from DictionaryBase.) |
![]() | Load |
Loads the dictionary data from disk.
(Overrides DictionaryBaseLoad.) |
![]() | LoadDefault |
Does nothing.
(Overrides DictionaryBaseLoadDefault.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | Merge |
Merges the specified dictionary into the current dictionary.
(Overrides DictionaryBaseMerge(DictionaryBase).) |
![]() | NotifyChanged |
Notifies about the dictionary changed.
(Inherited from DictionaryBase.) |
![]() | Remove |
Removes a password of the specified document from the dictionary.
|
![]() | Save |
Saves the dictionary data to disk.
(Overrides DictionaryBaseSave.) |
![]() | ToString | (Inherited from Object.) |