MetaFileInfoProvider DeleteFile Method Kentico 8.0 API Reference
Delete all files with the same name ([name].*).

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

siteName
Type: OnlineSystem String
Site name
fileName
Type: OnlineSystem String
Name of the file to delete
deleteDirectory
Type: OnlineSystem Boolean
Determines whether delete specified directory or not
synchronization
Type: OnlineSystem Boolean
Indicates wehther the method is called due to synchronization
See Also