Click or drag to resize
CloneSettingsControlIsValid Method
Returns true if custom settings are valid against given clone setting.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 9.0.0
Syntax
C#
public virtual bool IsValid(
	CloneSettings settings
)

Parameters

settings
Type: CMS.DataEngineCloneSettings
Clone settings

Return Value

Type: Boolean
See Also