Okapi .NET Library

DNLFile.Find Method 

 [This is preliminary documentation and subject to change.]

Checks whether the given key is in the list.

[Visual Basic]
Public Function Find( _ 
   ByVal p_sKey As String _ 
) As Boolean
[C#]
public bool Find(
   string p_sKey
);
[C++]
public: bool Find(
   String* p_sKey
);
[JScript]
public function Find(
   String p_sKey
): bool;

Parameters

p_sKey
The key to search for.

Return Value

True if the key was found, false otherwise.

See Also

DNLFile Class | Okapi.Library.Filter Namespace