Dropbox .NET SDK
Show / Hide Table of Contents

Class PaperDefaultFolderPolicy

The paper default folder policy object

Inheritance
object
PaperDefaultFolderPolicy
PaperDefaultFolderPolicy.EveryoneInTeam
PaperDefaultFolderPolicy.InviteOnly
PaperDefaultFolderPolicy.Other
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.TeamPolicies
Assembly: Dropbox.Api.dll
Syntax
public class PaperDefaultFolderPolicy

Constructors

View Source

PaperDefaultFolderPolicy()

Initializes a new instance of the PaperDefaultFolderPolicy class.

Declaration
public PaperDefaultFolderPolicy()

Properties

View Source

AsEveryoneInTeam

Gets this instance as a EveryoneInTeam, or null.

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

AsInviteOnly

Gets this instance as a InviteOnly, or null.

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

AsOther

Gets this instance as a Other, or null.

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

IsEveryoneInTeam

Gets a value indicating whether this instance is EveryoneInTeam

Declaration
public bool IsEveryoneInTeam { get; }
Property Value
Type Description
bool
View Source

IsInviteOnly

Gets a value indicating whether this instance is InviteOnly

Declaration
public bool IsInviteOnly { get; }
Property Value
Type Description
bool
View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
bool
  • View Source
In this article
Back to top Dropbox .NET SDK