Dropbox .NET SDK

Class SharedLinkDefaultPermissionsPolicyChangedDetails

Changed shared link default permissions policy for team.

Inheritance
object
SharedLinkDefaultPermissionsPolicyChangedDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class SharedLinkDefaultPermissionsPolicyChangedDetails

Constructors

View Source

SharedLinkDefaultPermissionsPolicyChangedDetails(SharedLinkDefaultPermissionsPolicy, SharedLinkDefaultPermissionsPolicy)

Initializes a new instance of the SharedLinkDefaultPermissionsPolicyChangedDetails class.

Declaration
public SharedLinkDefaultPermissionsPolicyChangedDetails(SharedLinkDefaultPermissionsPolicy newValue, SharedLinkDefaultPermissionsPolicy previousValue)
Parameters
Type Name Description
SharedLinkDefaultPermissionsPolicy newValue

To.

SharedLinkDefaultPermissionsPolicy previousValue

From.

Properties

View Source

NewValue

To.

Declaration
public SharedLinkDefaultPermissionsPolicy NewValue { get; protected set; }
Property Value
Type Description
SharedLinkDefaultPermissionsPolicy
View Source

PreviousValue

From.

Declaration
public SharedLinkDefaultPermissionsPolicy PreviousValue { get; protected set; }
Property Value
Type Description
SharedLinkDefaultPermissionsPolicy
  • View Source
In this article
Back to top Dropbox .NET SDK