PasswordDictionaryGetPassword Method |
Gets the password for the file.
Namespace: GroupDocs.Search.DictionariesAssembly: GroupDocs.Search (in GroupDocs.Search.dll) Version: 21.2
Syntaxpublic string GetPassword(
string key
)
Public Function GetPassword (
key As String
) As String
public:
String^ GetPassword(
String^ key
)
member GetPassword :
key : string -> string
Parameters
- key
- Type: SystemString
The full file path or a document key.
Return Value
Type:
StringThe password for the document.
See Also