Dropbox .NET SDK
Show / Hide Table of Contents

Class TeamMemberPolicies

Policies governing team members.

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

Constructors

View Source

TeamMemberPolicies(TeamSharingPolicies, EmmState, OfficeAddInPolicy, SuggestMembersPolicy, TopLevelContentPolicy)

Initializes a new instance of the TeamMemberPolicies class.

Declaration
public TeamMemberPolicies(TeamSharingPolicies sharing, EmmState emmState, OfficeAddInPolicy officeAddin, SuggestMembersPolicy suggestMembersPolicy, TopLevelContentPolicy topLevelContentPolicy)
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.

TopLevelContentPolicy topLevelContentPolicy

Policy for deciding whether members can edit team folders at the top level of the team space.

Properties

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
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
View Source

Sharing

Policies governing sharing.

Declaration
public TeamSharingPolicies Sharing { get; protected set; }
Property Value
Type Description
TeamSharingPolicies
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
View Source

TopLevelContentPolicy

Policy for deciding whether members can edit team folders at the top level of the team space.

Declaration
public TopLevelContentPolicy TopLevelContentPolicy { get; protected set; }
Property Value
Type Description
TopLevelContentPolicy
  • View Source
In this article
Back to top Dropbox .NET SDK