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

Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! 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