Class TeamBrandingPolicyChangedDetails
Changed team branding policy for team.
Inheritance
System.Object
TeamBrandingPolicyChangedDetails
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 TeamBrandingPolicyChangedDetails
Constructors
| Improve this Doc View SourceTeamBrandingPolicyChangedDetails(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
| Improve this Doc View SourceNewValue
New team branding policy.
Declaration
public TeamBrandingPolicy NewValue { get; protected set; }
Property Value
Type | Description |
---|---|
TeamBrandingPolicy |
PreviousValue
Previous team branding policy.
Declaration
public TeamBrandingPolicy PreviousValue { get; protected set; }
Property Value
Type | Description |
---|---|
TeamBrandingPolicy |