Show / Hide Table of Contents

Class FolderSharingPolicyType

The sharing policy of a Paper folder.

The sharing policy of subfolders is inherited from the root folder.

Inheritance
System.Object
FolderSharingPolicyType
FolderSharingPolicyType.InviteOnly
FolderSharingPolicyType.Team
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.Paper
Assembly: Dropbox.Api.dll
Syntax
public class FolderSharingPolicyType

Constructors

| Improve this Doc View Source

FolderSharingPolicyType()

Initializes a new instance of the FolderSharingPolicyType class.

Declaration
public FolderSharingPolicyType()

Properties

| Improve this Doc View Source

AsInviteOnly

Gets this instance as a InviteOnly, or null.

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

AsTeam

Gets this instance as a Team, or null.

Declaration
public FolderSharingPolicyType.Team AsTeam { get; }
Property Value
Type Description
FolderSharingPolicyType.Team
| 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

IsTeam

Gets a value indicating whether this instance is Team

Declaration
public bool IsTeam { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • FolderSharingPolicyType()
  • Properties
    • AsInviteOnly
    • AsTeam
    • IsInviteOnly
    • IsTeam
Back to top Generated by DocFX