Adds a new member data to the list of members.
Namespace: CkSoftware.GroupMe.Sdk.Groups.DaoAssembly: CkSoftware.GroupMe.Sdk.Groups (in CkSoftware.GroupMe.Sdk.Groups.dll) Version: 1.0.1.35398 (1.0.1.0)
Syntax
Parameters
- memberData
- Type: CkSoftware.GroupMe.Sdk.Groups.Dao AddMemberData
The AddMemberData object. IsValid will be executed before adding.
Return Value
Type: AddMemberDataThe data of the added member.
Exceptions
Exception | Condition |
---|---|
GroupMeException | Occurs if the memberData is not valid. |
See Also