Show / Hide Table of Contents

Class SharedLinkChangeVisibilityDetails

Changed visibility of shared link.

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

Constructors

| Improve this Doc View Source

SharedLinkChangeVisibilityDetails(SharedLinkVisibility, SharedLinkVisibility)

Initializes a new instance of the SharedLinkChangeVisibilityDetails class.

Declaration
public SharedLinkChangeVisibilityDetails(SharedLinkVisibility newValue, SharedLinkVisibility previousValue = null)
Parameters
Type Name Description
SharedLinkVisibility newValue

New shared link visibility.

SharedLinkVisibility previousValue

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

Properties

| Improve this Doc View Source

NewValue

New shared link visibility.

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

PreviousValue

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

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