GROUP Functions
Below is a listing of all the functions.
|
AddGroup This function adds a group to the FuseTalk database.
Return Type: Integer
Examples
AddGroupToCategory This function adds a group to the category security structure.
Return Type: n/a
Examples
AddGroupUser This function will add a user to a group.
Return Type: Integer
Examples
DeleteGroup This function will delete a group from the FuseTalk database.
Return Type: n/a
Examples
DeleteUserFromGroup This function will remove a user from a group.
Return Type: n/a
GetCategoryGroups Get all the groups that are tagged to the category.
Return Type: GroupPermission()
Examples
GetGroup This function will get a group based on a group ID.
Return Type: Group
Examples
Related Items GetCategoryGroups, GetGroups, GetGroupUsers, GetForumGroupings, GetAllForumGroupings, GetAllGroupings, GetGrouping
GetGroupIDByName Get the group ID of a group name.
Return Type: Integer
Examples
GetGroups This function gets all the groups for a forum.
Return Type: Group()
Examples
Related Items GetCategoryGroups, GetGroupUsers, GetGroup, GetForumGroupings, GetAllForumGroupings, GetAllGroupings, GetGrouping
GetGroupsForUser This function gets all the groups for a user.
Return Type: String
Examples
GetGroupUsers This function will get a listing of all users for a group.
Return Type: GroupUser()
Examples
RemoveGroupFromCategory Removes a group from a category.
Return Type: n/a
Examples
UpdateGroup This function will update a group from the FuseTalk database.
Return Type: n/a
Examples
|
Functions
Available
|