Dropbox .NET SDK

Class SsoChangeLogoutUrlDetails

Changed sign-out URL for SSO.

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

Constructors

View Source

SsoChangeLogoutUrlDetails(string, string)

Initializes a new instance of the SsoChangeLogoutUrlDetails class.

Declaration
public SsoChangeLogoutUrlDetails(string previousValue = null, string newValue = null)
Parameters
Type Name Description
string previousValue

Previous single sign-on logout URL. Might be missing due to historical data gap.

string newValue

New single sign-on logout URL.

Properties

View Source

NewValue

New single sign-on logout URL.

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

PreviousValue

Previous single sign-on logout URL. Might be missing due to historical data gap.

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