Click or drag to resize
ForumAttachmentInfoProviderDeleteFiles Method
Delete files in file system, with dependence on where condition.

Namespace: CMS.Forums
Assembly: CMS.Forums (in CMS.Forums.dll) Version: 9.0.0
Syntax
C#
public static void DeleteFiles(
	string where,
	string siteName
)

Parameters

where
Type: SystemString
Where condition
siteName
Type: SystemString
Site name
See Also