Class TeamMemberPolicies
Policies governing team members.
Inheritance
Inherited Members
Namespace: Dropbox.Api.TeamPolicies
Assembly: Dropbox.Api.dll
Syntax
public class TeamMemberPolicies
Constructors
| Improve this Doc View SourceTeamMemberPolicies(TeamSharingPolicies, EmmState, OfficeAddInPolicy, SuggestMembersPolicy)
Initializes a new instance of the TeamMemberPolicies class.
Declaration
public TeamMemberPolicies(TeamSharingPolicies sharing, EmmState emmState, OfficeAddInPolicy officeAddin, SuggestMembersPolicy suggestMembersPolicy)
Parameters
| Type | Name | Description |
|---|---|---|
| TeamSharingPolicies | sharing | Policies governing sharing. |
| EmmState | emmState | This describes the Enterprise Mobility Management (EMM) state for this team. This information can be used to understand if an organization is integrating with a third-party EMM vendor to further manage and apply restrictions upon the team's Dropbox usage on mobile devices. This is a new feature and in the future we'll be adding more new fields and additional documentation. |
| OfficeAddInPolicy | officeAddin | The admin policy around the Dropbox Office Add-In for this team. |
| SuggestMembersPolicy | suggestMembersPolicy | The team policy on if teammembers are allowed to suggest users for admins to invite to the team. |
Properties
| Improve this Doc View SourceEmmState
This describes the Enterprise Mobility Management (EMM) state for this team. This information can be used to understand if an organization is integrating with a third-party EMM vendor to further manage and apply restrictions upon the team's Dropbox usage on mobile devices. This is a new feature and in the future we'll be adding more new fields and additional documentation.
Declaration
public EmmState EmmState { get; protected set; }
Property Value
| Type | Description |
|---|---|
| EmmState |
OfficeAddin
The admin policy around the Dropbox Office Add-In for this team.
Declaration
public OfficeAddInPolicy OfficeAddin { get; protected set; }
Property Value
| Type | Description |
|---|---|
| OfficeAddInPolicy |
Sharing
Policies governing sharing.
Declaration
public TeamSharingPolicies Sharing { get; protected set; }
Property Value
| Type | Description |
|---|---|
| TeamSharingPolicies |
SuggestMembersPolicy
The team policy on if teammembers are allowed to suggest users for admins to invite to the team.
Declaration
public SuggestMembersPolicy SuggestMembersPolicy { get; protected set; }
Property Value
| Type | Description |
|---|---|
| SuggestMembersPolicy |