Click or drag to resize

AttachmentsDeleteFile Method

Delete files from application local folder

Namespace:  Unvired.Kernel.UWP.Attachment
Assembly:  Unvired.Kernel.UWP (in Unvired.Kernel.UWP.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static void DeleteFile(
	string localPath
)

Parameters

localPath
Type: SystemString
Local path of the file to be deleted
See Also