Class LinkPermission
Permissions for actions that can be performed on a link.
Inherited Members
Namespace: Dropbox.Api.Sharing
Assembly: Dropbox.Api.dll
Syntax
public class LinkPermission
Constructors
View SourceLinkPermission(LinkAction, bool, PermissionDeniedReason)
Initializes a new instance of the LinkPermission class.
Declaration
public LinkPermission(LinkAction action, bool allow, PermissionDeniedReason reason = null)
Parameters
| Type | Name | Description |
|---|---|---|
| LinkAction | action | The action |
| bool | allow | The allow |
| PermissionDeniedReason | reason | The reason |
Properties
View SourceAction
Gets the action of the link permission
Declaration
public LinkAction Action { get; protected set; }
Property Value
| Type | Description |
|---|---|
| LinkAction |
Allow
Gets the allow of the link permission
Declaration
public bool Allow { get; protected set; }
Property Value
| Type | Description |
|---|---|
| bool |
Reason
Gets the reason of the link permission
Declaration
public PermissionDeniedReason Reason { get; protected set; }
Property Value
| Type | Description |
|---|---|
| PermissionDeniedReason |