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

Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. 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