SearchSettingsCopyTo Method |
Copies selected fields to another search settings object
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax public void CopyTo(
SearchSettings target,
Func<SearchSettingsInfo, bool> func = null
)
Parameters
- target
- Type: CMS.DataEngineSearchSettings
Target settings - func (Optional)
- Type: SystemFuncSearchSettingsInfo, Boolean
Function to say which items to copy. If null, all items are copied
See Also