Dropbox .NET SDK

Class AppUnlinkUserDetails

Unlinked app for member.

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

Constructors

View Source

AppUnlinkUserDetails(AppLogInfo)

Initializes a new instance of the AppUnlinkUserDetails class.

Declaration
public AppUnlinkUserDetails(AppLogInfo appInfo)
Parameters
Type Name Description
AppLogInfo appInfo

Relevant application details.

Properties

View Source

AppInfo

Relevant application details.

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