Show / Hide Table of Contents

Class SharedFolderMemberPolicy

Policy governing who can be a member of a folder shared by a team member.

Inheritance
System.Object
SharedFolderMemberPolicy
SharedFolderMemberPolicy.Anyone
SharedFolderMemberPolicy.Other
SharedFolderMemberPolicy.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.TeamPolicies
Assembly: Dropbox.Api.dll
Syntax
public class SharedFolderMemberPolicy

Constructors

| Improve this Doc View Source

SharedFolderMemberPolicy()

Initializes a new instance of the SharedFolderMemberPolicy class.

Declaration
public SharedFolderMemberPolicy()

Properties

| Improve this Doc View Source

AsAnyone

Gets this instance as a Anyone, or null.

Declaration
public SharedFolderMemberPolicy.Anyone AsAnyone { get; }
Property Value
Type Description
SharedFolderMemberPolicy.Anyone
| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

Declaration
public SharedFolderMemberPolicy.Other AsOther { get; }
Property Value
Type Description
SharedFolderMemberPolicy.Other
| Improve this Doc View Source

AsTeam

Gets this instance as a Team, or null.

Declaration
public SharedFolderMemberPolicy.Team AsTeam { get; }
Property Value
Type Description
SharedFolderMemberPolicy.Team
| Improve this Doc View Source

IsAnyone

Gets a value indicating whether this instance is Anyone

Declaration
public bool IsAnyone { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsTeam

Gets a value indicating whether this instance is Team

Declaration
public bool IsTeam { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • SharedFolderMemberPolicy()
  • Properties
    • AsAnyone
    • AsOther
    • AsTeam
    • IsAnyone
    • IsOther
    • IsTeam
Back to top Generated by DocFX