Class GroupMembersChangeResult
Result returned by GroupsMembersAddAsync(GroupMembersAddArg) and GroupsMembersRemoveAsync(GroupMembersRemoveArg).
Inheritance
Inherited Members
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class GroupMembersChangeResult
Constructors
| Improve this Doc View SourceGroupMembersChangeResult(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 SourceAsyncJobId
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 |
GroupInfo
The group info after member change operation has been performed.
Declaration
public GroupFullInfo GroupInfo { get; protected set; }
Property Value
Type | Description |
---|---|
GroupFullInfo |