Class ViewerInfoPolicyChangedDetails
Changed team policy for viewer info.
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class ViewerInfoPolicyChangedDetails
Constructors
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
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 |