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 Link
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 |
---|---|
Link |
AsChangeAudience
Gets this instance as a ChangeAudience, or null
.
Declaration
public LinkAction.ChangeAudience AsChangeAudience { get; }
Property Value
Type | Description |
---|---|
Link |
AsOther
Gets this instance as a Other, or null
.
Declaration
public LinkAction.Other AsOther { get; }
Property Value
Type | Description |
---|---|
Link |
AsRemoveExpiry
Gets this instance as a RemoveExpiry, or null
.
Declaration
public LinkAction.RemoveExpiry AsRemoveExpiry { get; }
Property Value
Type | Description |
---|---|
Link |
AsRemovePassword
Gets this instance as a RemovePassword, or null
.
Declaration
public LinkAction.RemovePassword AsRemovePassword { get; }
Property Value
Type | Description |
---|---|
Link |
AsSetExpiry
Gets this instance as a SetExpiry, or null
.
Declaration
public LinkAction.SetExpiry AsSetExpiry { get; }
Property Value
Type | Description |
---|---|
Link |
AsSetPassword
Gets this instance as a SetPassword, or null
.
Declaration
public LinkAction.SetPassword AsSetPassword { get; }
Property Value
Type | Description |
---|---|
Link |
IsChangeAccessLevel
Gets a value indicating whether this instance is ChangeAccessLevel
Declaration
public bool IsChangeAccessLevel { get; }
Property Value
Type | Description |
---|---|
System. |
IsChangeAudience
Gets a value indicating whether this instance is ChangeAudience
Declaration
public bool IsChangeAudience { get; }
Property Value
Type | Description |
---|---|
System. |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
Type | Description |
---|---|
System. |
IsRemoveExpiry
Gets a value indicating whether this instance is RemoveExpiry
Declaration
public bool IsRemoveExpiry { get; }
Property Value
Type | Description |
---|---|
System. |
IsRemovePassword
Gets a value indicating whether this instance is RemovePassword
Declaration
public bool IsRemovePassword { get; }
Property Value
Type | Description |
---|---|
System. |
IsSetExpiry
Gets a value indicating whether this instance is SetExpiry
Declaration
public bool IsSetExpiry { get; }
Property Value
Type | Description |
---|---|
System. |
IsSetPassword
Gets a value indicating whether this instance is SetPassword
Declaration
public bool IsSetPassword { get; }
Property Value
Type | Description |
---|---|
System. |