Show / Hide Table of Contents

Class SsoChangeLoginUrlDetails

Changed sign-in URL for SSO.

Inheritance
System.Object
SsoChangeLoginUrlDetails
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 SsoChangeLoginUrlDetails

Constructors

| Improve this Doc View Source

SsoChangeLoginUrlDetails(String, String)

Initializes a new instance of the SsoChangeLoginUrlDetails class.

Declaration
public SsoChangeLoginUrlDetails(string previousValue, string newValue)
Parameters
Type Name Description
System.String previousValue

Previous single sign-on login URL.

System.String newValue

New single sign-on login URL.

Properties

| Improve this Doc View Source

NewValue

New single sign-on login URL.

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

PreviousValue

Previous single sign-on login URL.

Declaration
public string PreviousValue { get; protected set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX