Show / Hide Table of Contents

Class SharedContentChangeViewerInfoPolicyDetails

Changed whether members can see who viewed shared file/folder.

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

Constructors

| Improve this Doc View Source

SharedContentChangeViewerInfoPolicyDetails(ViewerInfoPolicy, ViewerInfoPolicy)

Initializes a new instance of the SharedContentChangeViewerInfoPolicyDetails class.

Declaration
public SharedContentChangeViewerInfoPolicyDetails(ViewerInfoPolicy newValue, ViewerInfoPolicy previousValue = null)
Parameters
Type Name Description
ViewerInfoPolicy newValue

New viewer info policy.

ViewerInfoPolicy previousValue

Previous view info policy.

Properties

| Improve this Doc View Source

NewValue

New viewer info policy.

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

PreviousValue

Previous view info policy.

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