• Home
  • API Documentation
  • API Documentation
Show / Hide Table of Contents

Class TeamMemberPolicies

Policies governing team members.

Inheritance
System.Object
TeamMemberPolicies
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dropbox.Api.TeamPolicies
Assembly: Dropbox.Api.dll
Syntax
public class TeamMemberPolicies

Constructors

| Improve this Doc View Source

TeamMemberPolicies(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 Source

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.

Declaration
public EmmState EmmState { get; protected set; }
Property Value
Type Description
EmmState
| Improve this Doc View Source

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
| Improve this Doc View Source

Sharing

Policies governing sharing.

Declaration
public TeamSharingPolicies Sharing { get; protected set; }
Property Value
Type Description
TeamSharingPolicies
| Improve this Doc View Source

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
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • TeamMemberPolicies(TeamSharingPolicies, EmmState, OfficeAddInPolicy, SuggestMembersPolicy)
  • Properties
    • EmmState
    • OfficeAddin
    • Sharing
    • SuggestMembersPolicy
Back to top Generated by DocFX