Show / Hide Table of Contents

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 Source

ShowcaseChangeExternalSharingPolicyDetails(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 Source

NewValue

New Dropbox Showcase external sharing policy.

Declaration
public ShowcaseExternalSharingPolicy NewValue { get; protected set; }
Property Value
Type Description
ShowcaseExternalSharingPolicy
| Improve this Doc View Source

PreviousValue

Previous Dropbox Showcase external sharing policy.

Declaration
public ShowcaseExternalSharingPolicy PreviousValue { get; protected set; }
Property Value
Type Description
ShowcaseExternalSharingPolicy
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • ShowcaseChangeExternalSharingPolicyDetails(ShowcaseExternalSharingPolicy, ShowcaseExternalSharingPolicy)
  • Properties
    • NewValue
    • PreviousValue
Back to top Generated by DocFX