cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. X

How to check if any Media Entity is already exist using service

ranjank
15-Moonstone

How to check if any Media Entity is already exist using service

Please help with the logic.

 

Thanks in advance.

ACCEPTED SOLUTION

Accepted Solutions
Ashritha
15-Moonstone
(To:ranjank)

if(MediaEntities["NameOfMediaEntity"]){
result =true;
}else{
result =false;
}

View solution in original post

1 REPLY 1
Ashritha
15-Moonstone
(To:ranjank)

if(MediaEntities["NameOfMediaEntity"]){
result =true;
}else{
result =false;
}

Announcements


Top Tags