Share via


PhotoImportSubfolderCreationMode Enum

Definition

Specifies the method used for naming subfolders within the destination folder.

public enum class PhotoImportSubfolderCreationMode
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class PhotoImportSubfolderCreationMode
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum PhotoImportSubfolderCreationMode
var value = Windows.Media.Import.PhotoImportSubfolderCreationMode.doNotCreateSubfolders
Public Enum PhotoImportSubfolderCreationMode
Inheritance
PhotoImportSubfolderCreationMode
Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)

Fields

CreateSubfoldersFromExifDate 2

Subfolders are created based on the EXIF date of the imported files.

CreateSubfoldersFromFileDate 1

Subfolders are created based on the file date of the imported files.

DoNotCreateSubfolders 0

No subfolders are created.

KeepOriginalFolderStructure 3

Subfolders are created to match the folder structure of the import source.

Applies to