Class GroupMembersChangeResult
Result returned by Groups
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 Group
Declaration
public GroupMembersChangeResult(GroupFullInfo groupInfo, string asyncJobId)
Parameters
Type | Name | Description |
---|---|---|
Group |
groupInfo | The group info after member change operation has been performed. |
System. |
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. |
GroupInfo
The group info after member change operation has been performed.
Declaration
public GroupFullInfo GroupInfo { get; protected set; }
Property Value
Type | Description |
---|---|
Group |