Class AppUnlinkUserDetails
Unlinked app for member.
Inheritance
System.Object
AppUnlinkUserDetails
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 AppUnlinkUserDetails
Constructors
| Improve this Doc View SourceAppUnlinkUserDetails(AppLogInfo)
Initializes a new instance of the AppUnlinkUserDetails class.
Declaration
public AppUnlinkUserDetails(AppLogInfo appInfo)
Parameters
Type | Name | Description |
---|---|---|
AppLogInfo | appInfo | Relevant application details. |
Properties
| Improve this Doc View SourceAppInfo
Relevant application details.
Declaration
public AppLogInfo AppInfo { get; protected set; }
Property Value
Type | Description |
---|---|
AppLogInfo |