Dropbox .NET SDK

Class SharingChangeLinkAllowChangeExpirationPolicyDetails

Changed the allow remove or change expiration policy for the links shared outside of the team.

Inheritance
object
SharingChangeLinkAllowChangeExpirationPolicyDetails
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 SharingChangeLinkAllowChangeExpirationPolicyDetails

Constructors

View Source

SharingChangeLinkAllowChangeExpirationPolicyDetails(EnforceLinkPasswordPolicy, EnforceLinkPasswordPolicy)

Initializes a new instance of the SharingChangeLinkAllowChangeExpirationPolicyDetails class.

Declaration
public SharingChangeLinkAllowChangeExpirationPolicyDetails(EnforceLinkPasswordPolicy newValue, EnforceLinkPasswordPolicy previousValue = null)
Parameters
Type Name Description
EnforceLinkPasswordPolicy newValue

To.

EnforceLinkPasswordPolicy previousValue

From.

Properties

View Source

NewValue

To.

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

PreviousValue

From.

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