Show / Hide Table of Contents

Class SharingChangeLinkAllowChangeExpirationPolicyDetails

Changed the allow remove or change expiration policy for the links shared outside of the team.

Inheritance
System.Object
SharingChangeLinkAllowChangeExpirationPolicyDetails
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 SharingChangeLinkAllowChangeExpirationPolicyDetails

Constructors

| Improve this Doc View Source

SharingChangeLinkAllowChangeExpirationPolicyDetails(EnforceLinkPasswordPolicy, EnforceLinkPasswordPolicy)

Initializes a new instance of the SharingChangeLinkAllowChangeExpirationPolicyDetails class.

Declaration
public SharingChangeLinkAllowChangeExpirationPolicyDetails(EnforceLinkPasswordPolicy newValue, EnforceLinkPasswordPolicy previousValue = null)
Parameters
Type Name Description
EnforceLinkPasswordPolicy newValue

To.

EnforceLinkPasswordPolicy previousValue

From.

Properties

| Improve this Doc View Source

NewValue

To.

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

PreviousValue

From.

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