Share via


PhotoImportSession.DestinationFolder Property

Definition

Gets or sets the destination folder for the photo import session.

public:
 property IStorageFolder ^ DestinationFolder { IStorageFolder ^ get(); void set(IStorageFolder ^ value); };
IStorageFolder DestinationFolder();

void DestinationFolder(IStorageFolder value);
public IStorageFolder DestinationFolder { get; set; }
var iStorageFolder = photoImportSession.destinationFolder;
photoImportSession.destinationFolder = iStorageFolder;
Public Property DestinationFolder As IStorageFolder

Property Value

The destination folder for the photo import session.

Applies to