Dropbox .NET SDK

Class ViewerInfoPolicyChangedDetails

Changed team policy for viewer info.

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

Constructors

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

View Source

NewValue

New Viewer Info policy.

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

PreviousValue

Previous Viewer Info policy.

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