PhotoImportSession.DestinationFolder Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.