PhotoImportContentType Enum

Definition

Specifies the content type of an imported item.

public enum class PhotoImportContentType
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class PhotoImportContentType
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum PhotoImportContentType
var value = Windows.Media.Import.PhotoImportContentType.unknown
Public Enum PhotoImportContentType
Inheritance
PhotoImportContentType
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

Image 1

The item is an image.

Unknown 0

The content type is unknown.

Video 2

The item is a video.

Applies to