Show / Hide Table of Contents

Class ShowcaseChangeEnabledPolicyDetails

Enabled/disabled Dropbox Showcase for team.

Inheritance
System.Object
ShowcaseChangeEnabledPolicyDetails
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 ShowcaseChangeEnabledPolicyDetails

Constructors

| Improve this Doc View Source

ShowcaseChangeEnabledPolicyDetails(ShowcaseEnabledPolicy, ShowcaseEnabledPolicy)

Initializes a new instance of the ShowcaseChangeEnabledPolicyDetails class.

Declaration
public ShowcaseChangeEnabledPolicyDetails(ShowcaseEnabledPolicy newValue, ShowcaseEnabledPolicy previousValue)
Parameters
Type Name Description
ShowcaseEnabledPolicy newValue

New Dropbox Showcase policy.

ShowcaseEnabledPolicy previousValue

Previous Dropbox Showcase policy.

Properties

| Improve this Doc View Source

NewValue

New Dropbox Showcase policy.

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

PreviousValue

Previous Dropbox Showcase policy.

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