Class EnterpriseSettingsLockingDetails
Changed who can update a setting.
Inheritance
System.Object
EnterpriseSettingsLockingDetails
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 EnterpriseSettingsLockingDetails
Constructors
| Improve this Doc 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 |
---|---|---|
System.String | teamName | The secondary team name. |
System.String | settingsPageName | Settings page name. |
System.String | previousSettingsPageLockingState | Previous locked settings page state. |
System.String | newSettingsPageLockingState | New locked settings page state. |
Properties
| Improve this Doc View SourceNewSettingsPageLockingState
New locked settings page state.
Declaration
public string NewSettingsPageLockingState { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |
PreviousSettingsPageLockingState
Previous locked settings page state.
Declaration
public string PreviousSettingsPageLockingState { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |
SettingsPageName
Settings page name.
Declaration
public string SettingsPageName { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |
TeamName
The secondary team name.
Declaration
public string TeamName { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |