Returns all keys matching filter.
Namespace: GroupDocs.Annotation.CacheAssembly: GroupDocs.Annotation (in GroupDocs.Annotation.dll) Version: 22.5.0.0 (22.5)
SyntaxIEnumerable<string> GetKeys(
string filter
)
Function GetKeys (
filter As String
) As IEnumerable(Of String)
IEnumerable<String^>^ GetKeys(
String^ filter
)
abstract GetKeys :
filter : string -> IEnumerable<string>
Parameters
- filter
- Type: SystemString
The filter to use.
Return Value
Type:
IEnumerableStringKeys matching the filter.
See Also