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

Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! 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