• Home
  • API Documentation
  • API Documentation
Show / Hide Table of Contents

Class SharedFolderChangeLinkPolicyDetails

Changed who can access shared folder via link.

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

Constructors

| Improve this Doc View Source

SharedFolderChangeLinkPolicyDetails(SharedLinkPolicy, SharedLinkPolicy)

Initializes a new instance of the SharedFolderChangeLinkPolicyDetails class.

Declaration
public SharedFolderChangeLinkPolicyDetails(SharedLinkPolicy newValue, SharedLinkPolicy previousValue = null)
Parameters
Type Name Description
SharedLinkPolicy newValue

New shared folder link policy.

SharedLinkPolicy previousValue

Previous shared folder link policy. Might be missing due to historical data gap.

Properties

| Improve this Doc View Source

NewValue

New shared folder link policy.

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

PreviousValue

Previous shared folder link policy. Might be missing due to historical data gap.

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