Show / Hide Table of Contents

Class SharingChangeLinkEnforcePasswordPolicyDetails

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

Inheritance
System.Object
SharingChangeLinkEnforcePasswordPolicyDetails
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.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class SharingChangeLinkEnforcePasswordPolicyDetails

Constructors

| Improve this Doc 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

| Improve this Doc View Source

NewValue

To.

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

PreviousValue

From.

Declaration
public ChangeLinkExpirationPolicy PreviousValue { get; protected set; }
Property Value
Type Description
ChangeLinkExpirationPolicy
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • SharingChangeLinkEnforcePasswordPolicyDetails(ChangeLinkExpirationPolicy, ChangeLinkExpirationPolicy)
  • Properties
    • NewValue
    • PreviousValue
Back to top Generated by DocFX