Class ShowcaseChangeExternalSharingPolicyDetails
Enabled/disabled sharing Dropbox Showcase externally for team.
Inheritance
System.Object
ShowcaseChangeExternalSharingPolicyDetails
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 ShowcaseChangeExternalSharingPolicyDetails
Constructors
| Improve this Doc View SourceShowcaseChangeExternalSharingPolicyDetails(ShowcaseExternalSharingPolicy, ShowcaseExternalSharingPolicy)
Initializes a new instance of the ShowcaseChangeExternalSharingPolicyDetails class.
Declaration
public ShowcaseChangeExternalSharingPolicyDetails(ShowcaseExternalSharingPolicy newValue, ShowcaseExternalSharingPolicy previousValue)
Parameters
Type | Name | Description |
---|---|---|
ShowcaseExternalSharingPolicy | newValue | New Dropbox Showcase external sharing policy. |
ShowcaseExternalSharingPolicy | previousValue | Previous Dropbox Showcase external sharing policy. |
Properties
| Improve this Doc View SourceNewValue
New Dropbox Showcase external sharing policy.
Declaration
public ShowcaseExternalSharingPolicy NewValue { get; protected set; }
Property Value
Type | Description |
---|---|
ShowcaseExternalSharingPolicy |
PreviousValue
Previous Dropbox Showcase external sharing policy.
Declaration
public ShowcaseExternalSharingPolicy PreviousValue { get; protected set; }
Property Value
Type | Description |
---|---|
ShowcaseExternalSharingPolicy |