OnlinePicture.ThumbnailSmallUrl property

Gets or sets the url of the small thumbnail for the online picture.

Syntax

public Uri ThumbnailSmallUrl { get; set; }
Public Property ThumbnailSmallUrl As Uri
public:
property Uri^ ThumbnailSmallUrl { 
   Uri^ get();
   void set (Uri^ value);
}

Property value

Type: System.Uri [.NET] | Windows::Foundation::Uri [C++]

The url of the small thumbnail for the online picture.

Remarks

This property is optional. If the RequiresAuthentication property of the OnlinePictureAlbum associated with the picture is set to false, the system will automatically download the thumbnail image using the url specified with this property. This means that your app does not need to manually download the image. If RequiresAuthentication is set to true, this property is ignored by the system.

Requirements

Minimum supported client

None supported

Minimum supported server

None supported

Minimum supported phone

Windows Phone 8.1 [Windows Phone Silverlight 8.1 apps only]

Namespace

Windows.Phone.SocialInformation.OnlineMedia Windows::Phone::SocialInformation::OnlineMedia [C++]

Metadata

Windows.WinMD

See also

OnlinePicture