SFSInvitation Class |
Namespace: Sfs2X.Entities.Invitation
public class SFSInvitation : Invitation
The SFSInvitation type exposes the following members.
| Name | Description | |
|---|---|---|
| Id |
Indicates the id of this invitation.
| |
| Invitee |
Returns the User object corresponding to the user who received the invitation.
| |
| Inviter |
Returns the User object corresponding to the user who sent the invitation.
| |
| Params |
Returns an instance of SFSObject containing a custom set of parameters.
| |
| SecondsForAnswer |
Returns the number of seconds available to the invitee to reply to the invitation, after which the invitation expires.
|