InviteeMembershipInfo Class

Information about an invited user’s access level as a member of a shared folder.

Constructors

Name Description
InviteeMembershipInfo(AccessLevel, InviteeInfo) Creates a new instance of the InviteeMembershipInfo class.

Properties

Name Type Description
AccessType DotNetBox.AccessLevel Access level the user will be given if he accepts the invitation.
Invitee DotNetBox.InviteeInfo Information on the invited user.

Methods

Name Description
InviteeMembershipInfo.FromJson(JObject) Creates a new instance of the InviteeMembershipInfo class using a JSON object.
InviteeMembershipInfo.ToString() Returns a string containing all of the class’ properties.