Show / Hide Table of Contents

Class ViewerInfoPolicyChangedDetails

Changed team policy for viewer info.

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

Constructors

| Improve this Doc View Source

ViewerInfoPolicyChangedDetails(PassPolicy, PassPolicy)

Initializes a new instance of the ViewerInfoPolicyChangedDetails class.

Declaration
public ViewerInfoPolicyChangedDetails(PassPolicy previousValue, PassPolicy newValue)
Parameters
Type Name Description
PassPolicy previousValue

Previous Viewer Info policy.

PassPolicy newValue

New Viewer Info policy.

Properties

| Improve this Doc View Source

NewValue

New Viewer Info policy.

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

PreviousValue

Previous Viewer Info policy.

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