Dropbox .NET SDK
Show / Hide Table of Contents

Class LinkPassword.RemovePassword

Remove the currently set password for the link.

Inheritance
object
LinkPassword
LinkPassword.RemovePassword
Inherited Members
LinkPassword.IsRemovePassword
LinkPassword.AsRemovePassword
LinkPassword.IsSetPassword
LinkPassword.AsSetPassword
LinkPassword.IsOther
LinkPassword.AsOther
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Sharing
Assembly: Dropbox.Api.dll
Syntax
public sealed class LinkPassword.RemovePassword : LinkPassword

Fields

View Source

Instance

A singleton instance of RemovePassword

Declaration
public static readonly LinkPassword.RemovePassword Instance
Field Value
Type Description
LinkPassword.RemovePassword
  • View Source
In this article
Back to top Dropbox .NET SDK