BackgroundTransferContentPart.SetFile(IStorageFile) Method

Definition

Sets the source file for a BackgroundTransferContentPart containing the file for upload.

public:
 virtual void SetFile(IStorageFile ^ value) = SetFile;
void SetFile(IStorageFile const& value);
public void SetFile(IStorageFile value);
function setFile(value)
Public Sub SetFile (value As IStorageFile)

Parameters

value
IStorageFile

The source file.

Applies to