Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 819 Bytes

photoimportsubfoldercreationmode.md

File metadata and controls

34 lines (23 loc) · 819 Bytes
-api-id -api-type -api-device-family-note
T:Windows.Media.Import.PhotoImportSubfolderCreationMode
winrt enum
xbox

PhotoImportSubfolderCreationMode

-description

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

-enum-fields

-field DoNotCreateSubfolders:0

No subfolders are created.

-field CreateSubfoldersFromFileDate:1

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

-field CreateSubfoldersFromExifDate:2

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

-field KeepOriginalFolderStructure:3

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

-remarks

-examples

-see-also