PasswordDictionaryRemove Method |
Removes a password of the specified document from the dictionary.
Namespace: GroupDocs.Search.DictionariesAssembly: GroupDocs.Search (in GroupDocs.Search.dll) Version: 21.2
Syntaxpublic bool Remove(
string key
)
Public Function Remove (
key As String
) As Boolean
public:
bool Remove(
String^ key
)
member Remove :
key : string -> bool
Parameters
- key
- Type: SystemString
The full file path or a document key.
Return Value
Type:
Booleantrue if the password was successfully removed; otherwise,
false.
This method also returns
false if
key was not found in the dictionary.
See Also