Show / Hide Table of Contents

Class PaperDefaultFolderPolicy

Policy to set default access for newly created Paper folders.

Inheritance
System.Object
PaperDefaultFolderPolicy
PaperDefaultFolderPolicy.EveryoneInTeam
PaperDefaultFolderPolicy.InviteOnly
PaperDefaultFolderPolicy.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 PaperDefaultFolderPolicy

Constructors

| Improve this Doc View Source

PaperDefaultFolderPolicy()

Initializes a new instance of the PaperDefaultFolderPolicy class.

Declaration
public PaperDefaultFolderPolicy()

Properties

| Improve this Doc View Source

AsEveryoneInTeam

Gets this instance as a EveryoneInTeam, or null.

Declaration
public PaperDefaultFolderPolicy.EveryoneInTeam AsEveryoneInTeam { get; }
Property Value
Type Description
PaperDefaultFolderPolicy.EveryoneInTeam
| Improve this Doc View Source

AsInviteOnly

Gets this instance as a InviteOnly, or null.

Declaration
public PaperDefaultFolderPolicy.InviteOnly AsInviteOnly { get; }
Property Value
Type Description
PaperDefaultFolderPolicy.InviteOnly
| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

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

IsEveryoneInTeam

Gets a value indicating whether this instance is EveryoneInTeam

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

IsInviteOnly

Gets a value indicating whether this instance is InviteOnly

Declaration
public bool IsInviteOnly { 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
    • PaperDefaultFolderPolicy()
  • Properties
    • AsEveryoneInTeam
    • AsInviteOnly
    • AsOther
    • IsEveryoneInTeam
    • IsInviteOnly
    • IsOther
Back to top Generated by DocFX