Class LinkPassword
The link password object
Inheritance
System.Object
LinkPassword
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dropbox.Api.Sharing
Assembly: Dropbox.Api.dll
Syntax
public class LinkPassword
Constructors
| Improve this Doc View SourceLinkPassword()
Initializes a new instance of the LinkPassword class.
Declaration
public LinkPassword()
Properties
| Improve this Doc View SourceAsOther
Gets this instance as a Other, or null
.
Declaration
public LinkPassword.Other AsOther { get; }
Property Value
Type | Description |
---|---|
LinkPassword.Other |
AsRemovePassword
Gets this instance as a RemovePassword, or null
.
Declaration
public LinkPassword.RemovePassword AsRemovePassword { get; }
Property Value
Type | Description |
---|---|
LinkPassword.RemovePassword |
AsSetPassword
Gets this instance as a SetPassword, or null
.
Declaration
public LinkPassword.SetPassword AsSetPassword { get; }
Property Value
Type | Description |
---|---|
LinkPassword.SetPassword |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { 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 |
IsSetPassword
Gets a value indicating whether this instance is SetPassword
Declaration
public bool IsSetPassword { get; }
Property Value
Type | Description |
---|---|
System.Boolean |