Show / Hide Table of Contents

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

NewSettingsPageLockingState

New locked settings page state.

Declaration
public string NewSettingsPageLockingState { get; protected set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

PreviousSettingsPageLockingState

Previous locked settings page state.

Declaration
public string PreviousSettingsPageLockingState { get; protected set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

SettingsPageName

Settings page name.

Declaration
public string SettingsPageName { get; protected set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

TeamName

The secondary team name.

Declaration
public string TeamName { get; protected set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • EnterpriseSettingsLockingDetails(String, String, String, String)
  • Properties
    • NewSettingsPageLockingState
    • PreviousSettingsPageLockingState
    • SettingsPageName
    • TeamName
Back to top Generated by DocFX