Click or drag to resize
ImportExportHelperIsDesignerCodeBehind Method
Indicates if file is designer code behind file

Namespace: CMS.CMSImportExport
Assembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 11.0.0
Syntax
C#
public static bool IsDesignerCodeBehind(
	string filePath
)

Parameters

filePath
Type: SystemString
File path

Return Value

Type: Boolean
See Also