Show / Hide Table of Contents

Class SsoRemoveLoginUrlDetails

Removed sign-in URL for SSO.

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

Constructors

| Improve this Doc View Source

SsoRemoveLoginUrlDetails(String)

Initializes a new instance of the SsoRemoveLoginUrlDetails class.

Declaration
public SsoRemoveLoginUrlDetails(string previousValue)
Parameters
Type Name Description
System.String previousValue

Previous single sign-on login URL.

Properties

| 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