• Home
  • API Documentation
  • API Documentation
Show / Hide Table of Contents

Class FileTransfersPolicyChangedDetails

Changed file transfers policy for team.

Inheritance
System.Object
FileTransfersPolicyChangedDetails
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 FileTransfersPolicyChangedDetails

Constructors

| Improve this Doc View Source

FileTransfersPolicyChangedDetails(FileTransfersPolicy, FileTransfersPolicy)

Initializes a new instance of the FileTransfersPolicyChangedDetails class.

Declaration
public FileTransfersPolicyChangedDetails(FileTransfersPolicy newValue, FileTransfersPolicy previousValue)
Parameters
Type Name Description
FileTransfersPolicy newValue

New file transfers policy.

FileTransfersPolicy previousValue

Previous file transfers policy.

Properties

| Improve this Doc View Source

NewValue

New file transfers policy.

Declaration
public FileTransfersPolicy NewValue { get; protected set; }
Property Value
Type Description
FileTransfersPolicy
| Improve this Doc View Source

PreviousValue

Previous file transfers policy.

Declaration
public FileTransfersPolicy PreviousValue { get; protected set; }
Property Value
Type Description
FileTransfersPolicy
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • FileTransfersPolicyChangedDetails(FileTransfersPolicy, FileTransfersPolicy)
  • Properties
    • NewValue
    • PreviousValue
Back to top Generated by DocFX