Dropbox .NET SDK

Class SharingChangeLinkEnforcePasswordPolicyDetails

Changed the password requirement for the links shared outside of the team.

Inheritance
object
SharingChangeLinkEnforcePasswordPolicyDetails
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 SharingChangeLinkEnforcePasswordPolicyDetails

Constructors

View Source

SharingChangeLinkEnforcePasswordPolicyDetails(ChangeLinkExpirationPolicy, ChangeLinkExpirationPolicy)

Initializes a new instance of the SharingChangeLinkEnforcePasswordPolicyDetails class.

Declaration
public SharingChangeLinkEnforcePasswordPolicyDetails(ChangeLinkExpirationPolicy newValue, ChangeLinkExpirationPolicy previousValue = null)
Parameters
Type Name Description
ChangeLinkExpirationPolicy newValue

To.

ChangeLinkExpirationPolicy previousValue

From.

Properties

View Source

NewValue

To.

Declaration
public ChangeLinkExpirationPolicy NewValue { get; protected set; }
Property Value
Type Description
ChangeLinkExpirationPolicy
View Source

PreviousValue

From.

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