Dropbox .NET SDK

Class TeamFolderSpaceLimitsChangeNotificationTargetDetails

Changed team folder space limit notification target.

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

Constructors

View Source

TeamFolderSpaceLimitsChangeNotificationTargetDetails(TeamFolderNotificationTarget, TeamFolderNotificationTarget)

Initializes a new instance of the TeamFolderSpaceLimitsChangeNotificationTargetDetails class.

Declaration
public TeamFolderSpaceLimitsChangeNotificationTargetDetails(TeamFolderNotificationTarget newTarget, TeamFolderNotificationTarget previousTarget = null)
Parameters
Type Name Description
TeamFolderNotificationTarget newTarget

New notification target.

TeamFolderNotificationTarget previousTarget

Previous notification target.

Properties

View Source

NewTarget

New notification target.

Declaration
public TeamFolderNotificationTarget NewTarget { get; protected set; }
Property Value
Type Description
TeamFolderNotificationTarget
View Source

PreviousTarget

Previous notification target.

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