 | SettingSystemServiceClientSearchSettingItems Method |
[This is preliminary documentation and is subject to change.]
Search a set of settings using a json format string.
According to the format of json string your write, searching can be separated to 3 types: simple search, lambda search and complicated search. And each of they can be combined with the other.
Namespace:
Ruyi.SDK.SettingSystem.Api
Assembly:
ServiceGenerated (in ServiceGenerated.dll) Version: 0.9.3.3995 (0.9.3.3995)
Syntaxpublic Dictionary<string, SettingSearchResult> SearchSettingItems(
string filterJson
)
Parameters
- filterJson
- Type: SystemString
Json string used to search.
Return Value
Type:
DictionaryString,
SettingSearchResult[Missing <returns> documentation for "M:Ruyi.SDK.SettingSystem.Api.SettingSystemService.Client.SearchSettingItems(System.String)"]
See Also