A query regarding media files listing

A query regarding media files listing

This question is answered

Hello All,

Can anybody please suggest how can I fetch the media files only from the groups which has been created or joined by the accessing user?

Verified Answer
  • There really isn't a great way to do this.  I would suggest creating a for loop for all of the groups the user is a member of and then for each group get a list of media ($core_v2_media.List(GroupId=)

All Replies
  • There really isn't a great way to do this.  I would suggest creating a for loop for all of the groups the user is a member of and then for each group get a list of media ($core_v2_media.List(GroupId=)