Show / Hide Table of Contents

Interface IFileDeletionController

Namespace: DotNetNuke.Services.FileSystem.Internal
Assembly: DotNetNuke.dll
Syntax
public interface IFileDeletionController

Methods

DeleteFile(IFileInfo)

Declaration
void DeleteFile(IFileInfo file)
Parameters
Type Name Description
IFileInfo file

DeleteFileData(IFileInfo)

Declaration
void DeleteFileData(IFileInfo file)
Parameters
Type Name Description
IFileInfo file

UnlinkFile(IFileInfo)

Declaration
void UnlinkFile(IFileInfo file)
Parameters
Type Name Description
IFileInfo file

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS