Dropbox .NET SDK

Class EnterpriseSettingsLockingDetails

Changed who can update a setting.

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

Constructors

View Source

EnterpriseSettingsLockingDetails(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 Source

NewSettingsPageLockingState

New locked settings page state.

Declaration
public string NewSettingsPageLockingState { get; protected set; }
Property Value
Type Description
string
View Source

PreviousSettingsPageLockingState

Previous locked settings page state.

Declaration
public string PreviousSettingsPageLockingState { get; protected set; }
Property Value
Type Description
string
View Source

SettingsPageName

Settings page name.

Declaration
public string SettingsPageName { get; protected set; }
Property Value
Type Description
string
View Source

TeamName

The secondary team name.

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