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 SourceViewerInfoPolicyChangedDetails(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 SourceNewValue
New Viewer Info policy.
Declaration
public PassPolicy NewValue { get; protected set; }
Property Value
Type | Description |
---|---|
PassPolicy |
PreviousValue
Previous Viewer Info policy.
Declaration
public PassPolicy PreviousValue { get; protected set; }
Property Value
Type | Description |
---|---|
PassPolicy |