SamTheMan
SamTheMan

Reputation: 405

get picture from media library using file name in windows phone

I want to get a picture from media library using the file name, is it possible?

There's a method called mediaLibrary.GetPictureFromToken() is there a connection between token and file name?

Help

Upvotes: 0

Views: 1379

Answers (1)

Matt Lacey
Matt Lacey

Reputation: 65586

Can you query MediaLibrary.Pictures to find the one you want? And then obtain it that way?

Upvotes: 2

Related Questions