Class DashExternalSharingPolicyChangedDetails
Changed Dash external sharing policy for team.
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class DashExternalSharingPolicyChangedDetails
Constructors
View SourceDashExternalSharingPolicyChangedDetails(DashExternalSharingPolicy, DashExternalSharingPolicy)
Initializes a new instance of the DashExternalSharingPolicyChangedDetails class.
Declaration
public DashExternalSharingPolicyChangedDetails(DashExternalSharingPolicy newValue, DashExternalSharingPolicy previousValue)
Parameters
| Type | Name | Description |
|---|---|---|
| DashExternalSharingPolicy | newValue | To. |
| DashExternalSharingPolicy | previousValue | From. |
Properties
View SourceNewValue
To.
Declaration
public DashExternalSharingPolicy NewValue { get; protected set; }
Property Value
| Type | Description |
|---|---|
| DashExternalSharingPolicy |
PreviousValue
From.
Declaration
public DashExternalSharingPolicy PreviousValue { get; protected set; }
Property Value
| Type | Description |
|---|---|
| DashExternalSharingPolicy |