Dropbox .NET SDK
Show / Hide Table of Contents

Class LinkPassword

The link password object

Inheritance
object
LinkPassword
LinkPassword.Other
LinkPassword.RemovePassword
LinkPassword.SetPassword
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Sharing
Assembly: Dropbox.Api.dll
Syntax
public class LinkPassword

Constructors

View Source

LinkPassword()

Initializes a new instance of the LinkPassword class.

Declaration
public LinkPassword()

Properties

View Source

AsOther

Gets this instance as a Other, or null.

Declaration
public LinkPassword.Other AsOther { get; }
Property Value
Type Description
LinkPassword.Other
View Source

AsRemovePassword

Gets this instance as a RemovePassword, or null.

Declaration
public LinkPassword.RemovePassword AsRemovePassword { get; }
Property Value
Type Description
LinkPassword.RemovePassword
View Source

AsSetPassword

Gets this instance as a SetPassword, or null.

Declaration
public LinkPassword.SetPassword AsSetPassword { get; }
Property Value
Type Description
LinkPassword.SetPassword
View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
bool
View Source

IsRemovePassword

Gets a value indicating whether this instance is RemovePassword

Declaration
public bool IsRemovePassword { get; }
Property Value
Type Description
bool
View Source

IsSetPassword

Gets a value indicating whether this instance is SetPassword

Declaration
public bool IsSetPassword { get; }
Property Value
Type Description
bool
  • View Source
In this article
Back to top Dropbox .NET SDK