Show / Hide Table of Contents

Class SharingChangeLinkPolicyDetails

Changed whether members can share links outside team, and if links are accessible only by team members or anyone by default.

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

Constructors

| Improve this Doc View Source

SharingChangeLinkPolicyDetails(SharingLinkPolicy, SharingLinkPolicy)

Initializes a new instance of the SharingChangeLinkPolicyDetails class.

Declaration
public SharingChangeLinkPolicyDetails(SharingLinkPolicy newValue, SharingLinkPolicy previousValue = null)
Parameters
Type Name Description
SharingLinkPolicy newValue

New external link accessibility policy.

SharingLinkPolicy previousValue

Previous external link accessibility policy. Might be missing due to historical data gap.

Properties

| Improve this Doc View Source

NewValue

New external link accessibility policy.

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

PreviousValue

Previous external link accessibility policy. Might be missing due to historical data gap.

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