Dropbox .NET SDK
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
object
FolderSharingPolicyType
FolderSharingPolicyType.InviteOnly
FolderSharingPolicyType.Team
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Paper
Assembly: Dropbox.Api.dll
Syntax
public class FolderSharingPolicyType

Constructors

View Source

FolderSharingPolicyType()

Initializes a new instance of the FolderSharingPolicyType class.

Declaration
public FolderSharingPolicyType()

Properties

View Source

AsInviteOnly

Gets this instance as a InviteOnly, or null.

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

AsTeam

Gets this instance as a Team, or null.

Declaration
public FolderSharingPolicyType.Team AsTeam { get; }
Property Value
Type Description
FolderSharingPolicyType.Team
View Source

IsInviteOnly

Gets a value indicating whether this instance is InviteOnly

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

IsTeam

Gets a value indicating whether this instance is Team

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