Hi All,
i have a SharePoint list, that list contains text attachments and image attachments.Now, i want to retrive only image attachments from that list.
here my doubt is, how to check is it image attachment or text attachments
foreach(var attachment in attachments)
{
//what i have to write here
}
Thanks in advance!