Dropbox .NET SDK

Class AppBlockedByPermissionsDetails

Failed to connect app for member.

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

Constructors

View Source

AppBlockedByPermissionsDetails(AppLogInfo)

Initializes a new instance of the AppBlockedByPermissionsDetails class.

Declaration
public AppBlockedByPermissionsDetails(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