PhotoImportSubfolderCreationMode Enum
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.
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
Name | Value | Description |
---|---|---|
DoNotCreateSubfolders | 0 | No subfolders are created. |
CreateSubfoldersFromFileDate | 1 | Subfolders are created based on the file date of the imported files. |
CreateSubfoldersFromExifDate | 2 | Subfolders are created based on the EXIF date of the imported files. |
KeepOriginalFolderStructure | 3 | Subfolders are created to match the folder structure of the import source. |