Show / Hide Table of Contents

Class SsoRemoveLogoutUrlDetails

Removed sign-out URL for SSO.

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

Constructors

| Improve this Doc View Source

SsoRemoveLogoutUrlDetails(String)

Initializes a new instance of the SsoRemoveLogoutUrlDetails class.

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

Previous single sign-on logout URL.

Properties

| Improve this Doc View Source

PreviousValue

Previous single sign-on logout URL.

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