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

Community Tip - You can change your system assigned username to something more personal in your community settings. X

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

ranjank
14-Alexandrite

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

Please help with the logic.

 

Thanks in advance.

1 ACCEPTED SOLUTION

Accepted Solutions
Ashritha
14-Alexandrite
(To:ranjank)

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

View solution in original post

1 REPLY 1
Ashritha
14-Alexandrite
(To:ranjank)

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

Top Tags