Class SharedLinkDefaultPermissionsPolicy
Policy for deciding the default permissions granted through shared links
Inheritance
SharedLinkDefaultPermissionsPolicy
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class SharedLinkDefaultPermissionsPolicy
Constructors
View SourceSharedLinkDefaultPermissionsPolicy()
Initializes a new instance of the SharedLinkDefaultPermissionsPolicy class.
Declaration
public SharedLinkDefaultPermissionsPolicy()
Properties
View SourceAsDefault
Gets this instance as a Default, or null.
Declaration
public SharedLinkDefaultPermissionsPolicy.Default AsDefault { get; }
Property Value
| Type | Description |
|---|---|
| SharedLinkDefaultPermissionsPolicy.Default |
AsEdit
Gets this instance as a Edit, or null.
Declaration
public SharedLinkDefaultPermissionsPolicy.Edit AsEdit { get; }
Property Value
| Type | Description |
|---|---|
| SharedLinkDefaultPermissionsPolicy.Edit |
AsOther
Gets this instance as a Other, or null.
Declaration
public SharedLinkDefaultPermissionsPolicy.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| SharedLinkDefaultPermissionsPolicy.Other |
AsView
Gets this instance as a View, or null.
Declaration
public SharedLinkDefaultPermissionsPolicy.View AsView { get; }
Property Value
| Type | Description |
|---|---|
| SharedLinkDefaultPermissionsPolicy.View |
IsDefault
Gets a value indicating whether this instance is Default
Declaration
public bool IsDefault { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsEdit
Gets a value indicating whether this instance is Edit
Declaration
public bool IsEdit { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsView
Gets a value indicating whether this instance is View
Declaration
public bool IsView { get; }
Property Value
| Type | Description |
|---|---|
| bool |