Interface ISearchableControl
Assembly: Content.Client.dll
Syntax
public interface ISearchableControl
Methods
|
Improve this Doc
View Source
CheckMatchesSearch(String)
Declaration
bool CheckMatchesSearch(string query)
Parameters
Type |
Name |
Description |
System.String |
query |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
SetHiddenState(Boolean, String)
Sets the hidden state for the control. In simple cases this could just disable/hide it, but you may want more complex behavior for some elements.
Declaration
void SetHiddenState(bool state, string query)
Parameters
Type |
Name |
Description |
System.Boolean |
state |
|
System.String |
query |
|