Class PaperDefaultFolderPolicy
Policy to set default access for newly created Paper folders.
Inheritance
PaperDefaultFolderPolicy
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class PaperDefaultFolderPolicy
Constructors
View SourcePaperDefaultFolderPolicy()
Initializes a new instance of the PaperDefaultFolderPolicy class.
Declaration
public PaperDefaultFolderPolicy()
Properties
View SourceAsEveryoneInTeam
Gets this instance as a EveryoneInTeam, or null.
Declaration
public PaperDefaultFolderPolicy.EveryoneInTeam AsEveryoneInTeam { get; }
Property Value
| Type | Description |
|---|---|
| PaperDefaultFolderPolicy.EveryoneInTeam |
AsInviteOnly
Gets this instance as a InviteOnly, or null.
Declaration
public PaperDefaultFolderPolicy.InviteOnly AsInviteOnly { get; }
Property Value
| Type | Description |
|---|---|
| PaperDefaultFolderPolicy.InviteOnly |
AsOther
Gets this instance as a Other, or null.
Declaration
public PaperDefaultFolderPolicy.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| PaperDefaultFolderPolicy.Other |
IsEveryoneInTeam
Gets a value indicating whether this instance is EveryoneInTeam
Declaration
public bool IsEveryoneInTeam { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsInviteOnly
Gets a value indicating whether this instance is InviteOnly
Declaration
public bool IsInviteOnly { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
| Type | Description |
|---|---|
| bool |