Class LinkAction
Actions that can be performed on a link.
Inheritance
Inherited Members
Namespace: Dropbox.Api.Sharing
Assembly: Dropbox.Api.dll
Syntax
public class LinkAction
Constructors
| Improve this Doc View SourceLinkAction()
Initializes a new instance of the LinkAction class.
Declaration
public LinkAction()
Properties
| Improve this Doc View SourceAsChangeAccessLevel
Gets this instance as a ChangeAccessLevel, or null
.
Declaration
public LinkAction.ChangeAccessLevel AsChangeAccessLevel { get; }
Property Value
Type | Description |
---|---|
LinkAction.ChangeAccessLevel |
AsChangeAudience
Gets this instance as a ChangeAudience, or null
.
Declaration
public LinkAction.ChangeAudience AsChangeAudience { get; }
Property Value
Type | Description |
---|---|
LinkAction.ChangeAudience |
AsOther
Gets this instance as a Other, or null
.
Declaration
public LinkAction.Other AsOther { get; }
Property Value
Type | Description |
---|---|
LinkAction.Other |
AsRemoveExpiry
Gets this instance as a RemoveExpiry, or null
.
Declaration
public LinkAction.RemoveExpiry AsRemoveExpiry { get; }
Property Value
Type | Description |
---|---|
LinkAction.RemoveExpiry |
AsRemovePassword
Gets this instance as a RemovePassword, or null
.
Declaration
public LinkAction.RemovePassword AsRemovePassword { get; }
Property Value
Type | Description |
---|---|
LinkAction.RemovePassword |
AsSetExpiry
Gets this instance as a SetExpiry, or null
.
Declaration
public LinkAction.SetExpiry AsSetExpiry { get; }
Property Value
Type | Description |
---|---|
LinkAction.SetExpiry |
AsSetPassword
Gets this instance as a SetPassword, or null
.
Declaration
public LinkAction.SetPassword AsSetPassword { get; }
Property Value
Type | Description |
---|---|
LinkAction.SetPassword |
IsChangeAccessLevel
Gets a value indicating whether this instance is ChangeAccessLevel
Declaration
public bool IsChangeAccessLevel { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsChangeAudience
Gets a value indicating whether this instance is ChangeAudience
Declaration
public bool IsChangeAudience { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsRemoveExpiry
Gets a value indicating whether this instance is RemoveExpiry
Declaration
public bool IsRemoveExpiry { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsRemovePassword
Gets a value indicating whether this instance is RemovePassword
Declaration
public bool IsRemovePassword { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsSetExpiry
Gets a value indicating whether this instance is SetExpiry
Declaration
public bool IsSetExpiry { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsSetPassword
Gets a value indicating whether this instance is SetPassword
Declaration
public bool IsSetPassword { get; }
Property Value
Type | Description |
---|---|
System.Boolean |