Click or drag to resize
ExportProviderIsFileExcluded Method
Indicates if file name is excluded.

Namespace: CMS.CMSImportExport
Assembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 9.0.0
Syntax
C#
public static bool IsFileExcluded(
	string fileName
)

Parameters

fileName
Type: SystemString
File name

Return Value

Type: Boolean
See Also