Class SharingChangeLinkAllowChangeExpirationPolicyDetails
Changed the allow remove or change expiration policy for the links shared outside of the team.
Inheritance
System.Object
SharingChangeLinkAllowChangeExpirationPolicyDetails
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 SharingChangeLinkAllowChangeExpirationPolicyDetails
Constructors
| Improve this Doc View SourceSharingChangeLinkAllowChangeExpirationPolicyDetails(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
| Improve this Doc View SourceNewValue
To.
Declaration
public EnforceLinkPasswordPolicy NewValue { get; protected set; }
Property Value
Type | Description |
---|---|
EnforceLinkPasswordPolicy |
PreviousValue
From.
Declaration
public EnforceLinkPasswordPolicy PreviousValue { get; protected set; }
Property Value
Type | Description |
---|---|
EnforceLinkPasswordPolicy |