SettingsKeyInfoProviderGetSettingsKeys Method (String, String, Int32, String) |
Returns keys by the given parameters
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax public static ObjectQuery<SettingsKeyInfo> GetSettingsKeys(
string where,
string orderBy = null,
int topN = -1,
string columns = null
)
Parameters
- where
- Type: SystemString
Where condition - orderBy (Optional)
- Type: SystemString
Order by clause - topN (Optional)
- Type: SystemInt32
Number of records to return - columns (Optional)
- Type: SystemString
Columns to select, null or empty returns all columns
Return Value
Type:
ObjectQuerySettingsKeyInfoSee Also