InviteeInfo Class¶
Information on a shared folder’s invitee.
Constructors¶
| Name | Description |
|---|---|
| InviteeInfo(string) | Creates a new instance of the InviteeInfo class. |
Properties¶
| Name | Type | Description |
|---|---|---|
| System.String | Invited user’s email address. |
Methods¶
| Name | Description |
|---|---|
| InviteeInfo.FromJson(JObject) | Creates a new instance of the InviteeInfo class using a JSON object. |
| InviteeInfo.ToString() | Returns a string containing all of the class’ properties. |