GroupAddMemberParameters AddMember Method CkSoftware GroupMe SDK - Documentation
Adds a new member data to the list of members.

Namespace: CkSoftware.GroupMe.Sdk.Groups.Dao
Assembly: CkSoftware.GroupMe.Sdk.Groups (in CkSoftware.GroupMe.Sdk.Groups.dll) Version: 1.0.1.35398 (1.0.1.0)
Syntax

public AddMemberData AddMember(
	AddMemberData memberData
)

Return Value

Type: AddMemberData
The data of the added member.
Exceptions

ExceptionCondition
GroupMeExceptionOccurs if the memberData is not valid.
See Also