| SettingSystemServiceClientGetSettingItems Method |
[This is preliminary documentation and is subject to change.]
Get a list of setting data of the module.
Namespace:
Ruyi.SDK.SettingSystem.Api
Assembly:
ServiceGenerated (in ServiceGenerated.dll) Version: 0.9.3.3995 (0.9.3.3995)
Syntax public List<SettingItem> GetSettingItems(
string category,
bool includeChildren
)
Parameters
- category
- Type: SystemString
Category to filter the settings. Null indicates getting all settings of the module - includeChildren
- Type: SystemBoolean
Whecher to get the settings of children cagegories.
Return Value
Type:
ListSettingItem[Missing <returns> documentation for "M:Ruyi.SDK.SettingSystem.Api.SettingSystemService.Client.GetSettingItems(System.String,System.Boolean)"]
See Also