Click or drag to resize
SqlEditControlSQLScriptExists Method
Check if exists SQL script for this object in /App_Data/Install

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 9.0.0
Syntax
C#
protected static bool SQLScriptExists(
	string objName,
	out string filePath
)

Parameters

objName
Type: SystemString
Name of the object
filePath
Type: SystemString
File name

Return Value

Type: Boolean
See Also