Class MemberPolicy
Policy governing who can be a member of a shared folder. Only applicable to folders owned by a user on a team.
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.Sharing
Assembly: Dropbox.Api.dll
Syntax
public class MemberPolicy
Constructors
| Improve this Doc View SourceMemberPolicy()
Initializes a new instance of the MemberPolicy class.
Declaration
public MemberPolicy()
Properties
| Improve this Doc View SourceAsAnyone
Gets this instance as a Anyone, or null
.
Declaration
public MemberPolicy.Anyone AsAnyone { get; }
Property Value
Type | Description |
---|---|
MemberPolicy.Anyone |
AsOther
Gets this instance as a Other, or null
.
Declaration
public MemberPolicy.Other AsOther { get; }
Property Value
Type | Description |
---|---|
MemberPolicy.Other |
AsTeam
Gets this instance as a Team, or null
.
Declaration
public MemberPolicy.Team AsTeam { get; }
Property Value
Type | Description |
---|---|
MemberPolicy.Team |
IsAnyone
Gets a value indicating whether this instance is Anyone
Declaration
public bool IsAnyone { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsTeam
Gets a value indicating whether this instance is Team
Declaration
public bool IsTeam { get; }
Property Value
Type | Description |
---|---|
System.Boolean |