Dropbox .NET SDK

Class SharedLinkSettingsRemovePasswordDetails

Removed the password from the shared link.

Inheritance
object
SharedLinkSettingsRemovePasswordDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class SharedLinkSettingsRemovePasswordDetails

Constructors

View Source

SharedLinkSettingsRemovePasswordDetails(AccessLevel, string)

Initializes a new instance of the SharedLinkSettingsRemovePasswordDetails class.

Declaration
public SharedLinkSettingsRemovePasswordDetails(AccessLevel sharedContentAccessLevel, string sharedContentLink = null)
Parameters
Type Name Description
AccessLevel sharedContentAccessLevel

Shared content access level.

string sharedContentLink

Shared content link.

Properties

View Source

SharedContentAccessLevel

Shared content access level.

Declaration
public AccessLevel SharedContentAccessLevel { get; protected set; }
Property Value
Type Description
AccessLevel
View Source

SharedContentLink

Shared content link.

Declaration
public string SharedContentLink { get; protected set; }
Property Value
Type Description
string
  • View Source
In this article
Back to top Dropbox .NET SDK