events.isMediaInEvent
Syntax
bool events.isMediaInEvent (
int eventID,
int mediaID )
Argument Info
Name | Type | Required | Default value | Description |
---|
eventID | int | Required | none | The event ID you want to check if a media item is a member of. |
mediaID | int | Required | none | The media ID you want to check if it is a member of the specified event. |
Response
The response will contain if the media item is in the specified event ID.
Name | Type | Description | Success | ERROR |
---|
result | INT | If the media ID is a member of the event a response of 1 will be returned. If the media item is not a member of the event the response will be empty. | <result>1</result> | <result/> |
Return Values
Field | Description | Possible Values |
---|