Respond Method

Facebook API Wrapper

Collapse image Expand Image Copy image CopyHover image
Responds to an event invitation, with one of the Event..::..eRsvpTypes

Namespace: FacebookWrapper.ObjectModel
Assembly: FbGraphApiWrapper (in FbGraphApiWrapper.dll) Version: 6.2.1.2 (6.2.1.2)

Syntax

C#
public bool Respond(
	Event..::..eRsvpType i_RsvpType
)
Visual Basic
Public Function Respond ( _
	i_RsvpType As Event..::..eRsvpType _
) As Boolean
Visual C++
public:
bool Respond(
	Event..::..eRsvpType i_RsvpType
)

Parameters

i_RsvpType
Type: FacebookWrapper.ObjectModel..::..Event..::..eRsvpType

[Missing <param name="i_RsvpType"/> documentation for "M:FacebookWrapper.ObjectModel.Event.Respond(FacebookWrapper.ObjectModel.Event.eRsvpType)"]

Return Value

[Missing <returns> documentation for "M:FacebookWrapper.ObjectModel.Event.Respond(FacebookWrapper.ObjectModel.Event.eRsvpType)"]

See Also