Class EnterpriseSettingsLockingDetails
Changed who can update a setting.
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class EnterpriseSettingsLockingDetails
Constructors
View SourceEnterpriseSettingsLockingDetails(string, string, string, string)
Initializes a new instance of the EnterpriseSettingsLockingDetails class.
Declaration
public EnterpriseSettingsLockingDetails(string teamName, string settingsPageName, string previousSettingsPageLockingState, string newSettingsPageLockingState)
Parameters
| Type | Name | Description |
|---|---|---|
| string | teamName | The secondary team name. |
| string | settingsPageName | Settings page name. |
| string | previousSettingsPageLockingState | Previous locked settings page state. |
| string | newSettingsPageLockingState | New locked settings page state. |
Properties
View SourceNewSettingsPageLockingState
New locked settings page state.
Declaration
public string NewSettingsPageLockingState { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |
PreviousSettingsPageLockingState
Previous locked settings page state.
Declaration
public string PreviousSettingsPageLockingState { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |
SettingsPageName
Settings page name.
Declaration
public string SettingsPageName { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |
TeamName
The secondary team name.
Declaration
public string TeamName { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |