Dropbox .NET SDK

Class ShowcaseChangeExternalSharingPolicyDetails

Enabled/disabled sharing Dropbox Showcase externally for team.

Inheritance
object
ShowcaseChangeExternalSharingPolicyDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class ShowcaseChangeExternalSharingPolicyDetails

Constructors

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

View Source

NewValue

New Dropbox Showcase external sharing policy.

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

PreviousValue

Previous Dropbox Showcase external sharing policy.

Declaration
public ShowcaseExternalSharingPolicy PreviousValue { get; protected set; }
Property Value
Type Description
ShowcaseExternalSharingPolicy
  • View Source
In this article
Back to top Dropbox .NET SDK