Show / Hide Table of Contents

Class SharingFolderJoinPolicy

Policy for controlling if team members can join shared folders owned by non team members.

Inheritance
System.Object
SharingFolderJoinPolicy
SharingFolderJoinPolicy.FromAnyone
SharingFolderJoinPolicy.FromTeamOnly
SharingFolderJoinPolicy.Other
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.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class SharingFolderJoinPolicy

Constructors

| Improve this Doc View Source

SharingFolderJoinPolicy()

Initializes a new instance of the SharingFolderJoinPolicy class.

Declaration
public SharingFolderJoinPolicy()

Properties

| Improve this Doc View Source

AsFromAnyone

Gets this instance as a FromAnyone, or null.

Declaration
public SharingFolderJoinPolicy.FromAnyone AsFromAnyone { get; }
Property Value
Type Description
SharingFolderJoinPolicy.FromAnyone
| Improve this Doc View Source

AsFromTeamOnly

Gets this instance as a FromTeamOnly, or null.

Declaration
public SharingFolderJoinPolicy.FromTeamOnly AsFromTeamOnly { get; }
Property Value
Type Description
SharingFolderJoinPolicy.FromTeamOnly
| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

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

IsFromAnyone

Gets a value indicating whether this instance is FromAnyone

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

IsFromTeamOnly

Gets a value indicating whether this instance is FromTeamOnly

Declaration
public bool IsFromTeamOnly { 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
In This Article
  • Constructors
    • SharingFolderJoinPolicy()
  • Properties
    • AsFromAnyone
    • AsFromTeamOnly
    • AsOther
    • IsFromAnyone
    • IsFromTeamOnly
    • IsOther
Back to top Generated by DocFX