Click or drag to resize
SearchSettingsCopyTo Method
Copies selected fields to another search settings object

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
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