Click or drag to resize

SFSInvitation Class

The SFSInvitation object contains all the informations about an invitation received by the current user.
Inheritance Hierarchy
SystemObject
  Sfs2X.Entities.InvitationSFSInvitation

Namespace:  Sfs2X.Entities.Invitation
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public class SFSInvitation : Invitation

The SFSInvitation type exposes the following members.

Properties
  NameDescription
Public propertyId
Indicates the id of this invitation.
Public propertyInvitee
Returns the User object corresponding to the user who received the invitation.
Public propertyInviter
Returns the User object corresponding to the user who sent the invitation.
Public propertyParams
Returns an instance of SFSObject containing a custom set of parameters.
Public propertySecondsForAnswer
Returns the number of seconds available to the invitee to reply to the invitation, after which the invitation expires.
Top
Remarks
An invitation is sent through the InviteUsersRequest request and it is received as an invitation event. Clients can reply to an invitation using the InvitationReplyRequest request.
See Also