Class TeamFolderSpaceLimitsChangeNotificationTargetDetails
Changed team folder space limit notification target.
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class TeamFolderSpaceLimitsChangeNotificationTargetDetails
Constructors
View SourceTeamFolderSpaceLimitsChangeNotificationTargetDetails(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 SourceNewTarget
New notification target.
Declaration
public TeamFolderNotificationTarget NewTarget { get; protected set; }
Property Value
| Type | Description |
|---|---|
| TeamFolderNotificationTarget |
PreviousTarget
Previous notification target.
Declaration
public TeamFolderNotificationTarget PreviousTarget { get; protected set; }
Property Value
| Type | Description |
|---|---|
| TeamFolderNotificationTarget |