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 SourceSharedLinkChangeVisibilityDetails(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 SourceNewValue
New shared link visibility.
Declaration
public SharedLinkVisibility NewValue { get; protected set; }
Property Value
Type | Description |
---|---|
SharedLinkVisibility |
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 |