Dropbox .NET SDK

Class TeamBrandingPolicyChangedDetails

Changed team branding policy for team.

Inheritance
object
TeamBrandingPolicyChangedDetails
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 TeamBrandingPolicyChangedDetails

Constructors

View Source

TeamBrandingPolicyChangedDetails(TeamBrandingPolicy, TeamBrandingPolicy)

Initializes a new instance of the TeamBrandingPolicyChangedDetails class.

Declaration
public TeamBrandingPolicyChangedDetails(TeamBrandingPolicy newValue, TeamBrandingPolicy previousValue)
Parameters
Type Name Description
TeamBrandingPolicy newValue

New team branding policy.

TeamBrandingPolicy previousValue

Previous team branding policy.

Properties

View Source

NewValue

New team branding policy.

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

PreviousValue

Previous team branding policy.

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