Click or drag to resize
ExportProviderGetDirectories Method
Get directories in source folder

Namespace: CMS.CMSImportExport
Assembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 9.0.0
Syntax
C#
public static List<string> GetDirectories(
	DirectoryInfo sourceFolder
)

Parameters

sourceFolder
Type: CMS.IODirectoryInfo
Source folder

Return Value

Type: ListString
See Also