Class SharedFolderMemberPolicy
Policy governing who can be a member of a folder shared by a team member.
Inheritance
SharedFolderMemberPolicy
Inherited Members
Namespace: Dropbox.Api.TeamPolicies
Assembly: Dropbox.Api.dll
Syntax
public class SharedFolderMemberPolicy
Constructors
View SourceSharedFolderMemberPolicy()
Initializes a new instance of the SharedFolderMemberPolicy class.
Declaration
public SharedFolderMemberPolicy()
Properties
View SourceAsAnyone
Gets this instance as a Anyone, or null.
Declaration
public SharedFolderMemberPolicy.Anyone AsAnyone { get; }
Property Value
| Type | Description |
|---|---|
| SharedFolderMemberPolicy.Anyone |
AsOther
Gets this instance as a Other, or null.
Declaration
public SharedFolderMemberPolicy.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| SharedFolderMemberPolicy.Other |
AsTeam
Gets this instance as a Team, or null.
Declaration
public SharedFolderMemberPolicy.Team AsTeam { get; }
Property Value
| Type | Description |
|---|---|
| SharedFolderMemberPolicy.Team |
AsTeamAndApproved
Gets this instance as a TeamAndApproved, or null.
Declaration
public SharedFolderMemberPolicy.TeamAndApproved AsTeamAndApproved { get; }
Property Value
| Type | Description |
|---|---|
| SharedFolderMemberPolicy.TeamAndApproved |
IsAnyone
Gets a value indicating whether this instance is Anyone
Declaration
public bool IsAnyone { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsTeam
Gets a value indicating whether this instance is Team
Declaration
public bool IsTeam { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsTeamAndApproved
Gets a value indicating whether this instance is TeamAndApproved
Declaration
public bool IsTeamAndApproved { get; }
Property Value
| Type | Description |
|---|---|
| bool |