Dropbox .NET SDK

Class FolderLinkRestrictionPolicyChangedDetails

Changed folder link restrictions policy for team.

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

Constructors

View Source

FolderLinkRestrictionPolicyChangedDetails(FolderLinkRestrictionPolicy, FolderLinkRestrictionPolicy)

Initializes a new instance of the FolderLinkRestrictionPolicyChangedDetails class.

Declaration
public FolderLinkRestrictionPolicyChangedDetails(FolderLinkRestrictionPolicy newValue, FolderLinkRestrictionPolicy previousValue)
Parameters
Type Name Description
FolderLinkRestrictionPolicy newValue

To.

FolderLinkRestrictionPolicy previousValue

From.

Properties

View Source

NewValue

To.

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

PreviousValue

From.

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