Click or drag to resize

AttachmentsCopyFileToLocalFolder Method

Copy file to Application local folder. Here files could be from local system or camera captured.

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 StorageFile CopyFileToLocalFolder(
	StorageFile file,
	string fileName
)

Parameters

file
Type: Windows.StorageStorageFile
file to be copied to application local folder
fileName
Type: SystemString
Name for the file

Return Value

Type: StorageFile
See Also