AccountPictureKind
AccountPictureKind
AccountPictureKind
AccountPictureKind
Enum
Definition
Allows you to request a specific image type when using GetAccountPicture.
public : enum class AccountPictureKindpublic enum AccountPictureKindPublic Enum AccountPictureKind// You can use this enum in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows Desktop Extension SDK (introduced v10.0.10240.0)
Windows Mobile Extension SDK (introduced v10.0.10240.0)
|
| API contract |
Windows.System.UserProfile.UserProfileContract (introduced v1)
|
Fields
| LargeImage LargeImage LargeImage LargeImage | Indicates you want the large image for the user's account. |
| SmallImage SmallImage SmallImage SmallImage | Indicates you want the small image for the user's account. |
| Video Video Video Video | Indicates you want the video for the user's account. |
Remarks
To see how to use this property, check out our code sample.