Class PaperDefaultFolderPolicy
Policy to set default access for newly created Paper folders.
Inheritance
System.Object
PaperDefaultFolderPolicy
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 SourcePaperDefaultFolderPolicy()
Initializes a new instance of the PaperDefaultFolderPolicy class.
Declaration
public PaperDefaultFolderPolicy()
Properties
| Improve this Doc 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 |
---|---|
System.Boolean |
IsInviteOnly
Gets a value indicating whether this instance is InviteOnly
Declaration
public bool IsInviteOnly { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
Type | Description |
---|---|
System.Boolean |