GroupMembershipInfo Class

Information about a group’s access level as a member of a shared folder.

Constructors

Name Description
GroupMembershipInfo(AccessLevel, GroupInfo) Creates a new instance of the GroupMembershipInfo class.

Properties

Name Type Description
AccessType DotNetBox.AccessLevel Access level the group has on the shared folder.
Group DotNetBox.GroupInfo Information about the group.

Methods

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