Click or drag to resize
DirectoryPrepareFilesForImport Method
Prepares files for import. Converts them to lower case.

Namespace: CMS.AmazonStorage
Assembly: CMS.AmazonStorage (in CMS.AmazonStorage.dll) Version: 9.0.0
Syntax
C#
public override void PrepareFilesForImport(
	string path
)

Parameters

path
Type: SystemString
Path.
See Also