Click or drag to resize
ImportExportHelperValidateExportFileName Method
Validate export file name.

Namespace: CMS.CMSImportExport
Assembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 9.0.0
Syntax
C#
public static string ValidateExportFileName(
	SiteExportSettings settings,
	string fileName
)

Parameters

settings
Type: CMS.CMSImportExportSiteExportSettings
Export settings
fileName
Type: SystemString
File name to validate

Return Value

Type: String
See Also