summaryM:DotNetNuke.Services.FileSystem.FileController.DeleteFiles(System.Int32,System.Boolean)

Namespace: DotNetNuke.Services.FileSystem
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Deprecated in DNN 6.0.")]
public void DeleteFiles(
	int portalId,
	bool clearCache
)
Visual Basic
<EditorBrowsableAttribute(EditorBrowsableState.Never)> 
<ObsoleteAttribute("Deprecated in DNN 6.0.")> 
Public Sub DeleteFiles ( 
	portalId As Integer,
	clearCache As Boolean
)

Parameters

portalId
Type: System..::..Int32
paramportalIdM:DotNetNuke.Services.FileSystem.FileController.DeleteFiles(System.Int32,System.Boolean)
clearCache
Type: System..::..Boolean
paramclearCacheM:DotNetNuke.Services.FileSystem.FileController.DeleteFiles(System.Int32,System.Boolean)

See Also