Retrieve specific event item
Namespace: CTCT.ServicesAssembly: CTCT (in CTCT.dll) Version: 2.0.0.0 (2.0.0.0)
public EventItem GetEventItem(
string accessToken,
string apiKey,
string eventId,
string itemId
)
public EventItem GetEventItem(
string accessToken,
string apiKey,
string eventId,
string itemId
)
Public Function GetEventItem ( _
accessToken As String, _
apiKey As String, _
eventId As String, _
itemId As String _
) As EventItem
Public Function GetEventItem ( _
accessToken As String, _
apiKey As String, _
eventId As String, _
itemId As String _
) As EventItem
public:
virtual EventItem^ GetEventItem(
String^ accessToken,
String^ apiKey,
String^ eventId,
String^ itemId
) sealed
public:
virtual EventItem^ GetEventItem(
String^ accessToken,
String^ apiKey,
String^ eventId,
String^ itemId
) sealed
abstract GetEventItem :
accessToken : string *
apiKey : string *
eventId : string *
itemId : string -> EventItem
override GetEventItem :
accessToken : string *
apiKey : string *
eventId : string *
itemId : string -> EventItem
abstract GetEventItem :
accessToken : string *
apiKey : string *
eventId : string *
itemId : string -> EventItem
override GetEventItem :
accessToken : string *
apiKey : string *
eventId : string *
itemId : string -> EventItem
Parameters
- accessToken
- Type: System String
Constant Contact OAuth2 access token
- apiKey
- Type: System String
The API key for the application
- eventId
- Type: System String
Event id
- itemId
- Type: System String
Eventitem id
Return Value
EventItem object
Implements
IEventSpotService GetEventItem(String, String, String, String)