Click or drag to resize
SearchSettings.CopyTo 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.DataEngine.SearchSettings
Target settings
func (Optional)
Type: System.Func<SearchSettingsInfo, Boolean>
Function to say which items to copy. If null, all items are copied
See Also