Show / Hide Table of Contents

Class GroupMembersChangeResult

Result returned by GroupsMembersAddAsync(GroupMembersAddArg) and GroupsMembersRemoveAsync(GroupMembersRemoveArg).

Inheritance
System.Object
GroupMembersChangeResult
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 GroupMembersChangeResult

Constructors

| Improve this Doc View Source

GroupMembersChangeResult(GroupFullInfo, String)

Initializes a new instance of the GroupMembersChangeResult class.

Declaration
public GroupMembersChangeResult(GroupFullInfo groupInfo, string asyncJobId)
Parameters
Type Name Description
GroupFullInfo groupInfo

The group info after member change operation has been performed.

System.String asyncJobId

For legacy purposes async_job_id will always return one space ' '. Formerly, it was an ID that was used to obtain the status of granting/revoking group-owned resources. It's no longer necessary because the async processing now happens automatically.

Properties

| Improve this Doc View Source

AsyncJobId

For legacy purposes async_job_id will always return one space ' '. Formerly, it was an ID that was used to obtain the status of granting/revoking group-owned resources. It's no longer necessary because the async processing now happens automatically.

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

GroupInfo

The group info after member change operation has been performed.

Declaration
public GroupFullInfo GroupInfo { get; protected set; }
Property Value
Type Description
GroupFullInfo
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • GroupMembersChangeResult(GroupFullInfo, String)
  • Properties
    • AsyncJobId
    • GroupInfo
Back to top Generated by DocFX