Class FolderSharingPolicyType
The sharing policy of a Paper folder. The sharing policy of subfolders is inherited from the root folder.
Inheritance
FolderSharingPolicyType
Inherited Members
Namespace: Dropbox.Api.Paper
Assembly: Dropbox.Api.dll
Syntax
public class FolderSharingPolicyType
Constructors
View SourceFolderSharingPolicyType()
Initializes a new instance of the FolderSharingPolicyType class.
Declaration
public FolderSharingPolicyType()
Properties
View SourceAsInviteOnly
Gets this instance as a InviteOnly, or null.
Declaration
public FolderSharingPolicyType.InviteOnly AsInviteOnly { get; }
Property Value
| Type | Description |
|---|---|
| FolderSharingPolicyType.InviteOnly |
AsTeam
Gets this instance as a Team, or null.
Declaration
public FolderSharingPolicyType.Team AsTeam { get; }
Property Value
| Type | Description |
|---|---|
| FolderSharingPolicyType.Team |
IsInviteOnly
Gets a value indicating whether this instance is InviteOnly
Declaration
public bool IsInviteOnly { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsTeam
Gets a value indicating whether this instance is Team
Declaration
public bool IsTeam { get; }
Property Value
| Type | Description |
|---|---|
| bool |