Show / Hide Table of Contents

Class RevokeLinkedApiAppArg

The revoke linked api app arg object

Inheritance
System.Object
RevokeLinkedApiAppArg
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.Team
Assembly: Dropbox.Api.dll
Syntax
public class RevokeLinkedApiAppArg

Constructors

| Improve this Doc View Source

RevokeLinkedApiAppArg(String, String, Boolean)

Initializes a new instance of the RevokeLinkedApiAppArg class.

Declaration
public RevokeLinkedApiAppArg(string appId, string teamMemberId, bool keepAppFolder = true)
Parameters
Type Name Description
System.String appId

The application's unique id.

System.String teamMemberId

The unique id of the member owning the device.

System.Boolean keepAppFolder

This flag is not longer supported, the application dedicated folder (in case the application uses one) will be kept.

Properties

| Improve this Doc View Source

AppId

The application's unique id.

Declaration
public string AppId { get; protected set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

KeepAppFolder

This flag is not longer supported, the application dedicated folder (in case the application uses one) will be kept.

Declaration
public bool KeepAppFolder { get; protected set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

TeamMemberId

The unique id of the member owning the device.

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