Print this Page

GROUPING Functions

Below is a listing of all the functions.

 

AddForumToGrouping

AddForumToGrouping

This function associates a forum to a grouping.

 

Return Type: Integer

 

Name

Type

Description

GroupID

Integer

The ID of the grouping.

ForumID

Integer

The ID of the forum.

 

AddGrouping

AddGrouping

This function adds a grouping to the FuseTalk database.

 

Return Type: Integer

 

Name

Type

Description

Name

String

The name of the grouping you want to add.

ParentID

Integer

The ID of the grouping you wish to add. Insert 0 if you are inserting a parent grouping.

 

DeleteGrouping

DeleteGrouping

This function deletes a grouping from the FuseTalk database.

 

Return Type: Integer

 

Name

Type

Description

ID

Integer

The ID of the grouping you wish to update.

 

DeleteGroupingsForForum

DeleteGroupingsForForum

This function will remove all the groupings for a forum.

 

Return Type: n/a

 

Name

Type

Description

ForumID

Integer

The ID of the forum.

 

GetAllForumGroupings

GetAllForumGroupings

Get all groupings you are tag to a forum.

 

Return Type:  ForumGrouping()

 

Related Items

GetForumGroupings

 

GetAllGroupings

GetAllGroupings

Get all groupings based on a parent ID.

 

Return Type:  Groupings()

 

Name

Type

Description

ParentID

Integer

The parent ID of the grouping. If you are getting a top level group, use a 0.

 

Related Items

GetGrouping

 

GetForumGroupings

GetForumGroupings

Get all the groupings the forum is tagged to.

 

Return Type:  ForumGrouping()

 

Name

Type

Description

ForumID

Integer

The ID of the forum you wish to get the groupings from.

 

Related Items

GetAllForumGroupings

 

GetGrouping

GetGrouping

This function gets a grouping based on an ID.

 

Return Type:  Groupings

 

Name

Type

Description

ID

Integer

The ID of the grouping you wish to retrieve.

 

Related Items

GetAllGroupings

 

UpdateGrouping

UpdateGrouping

This function updates a grouping from the FuseTalk database.

 

Return Type: Integer

 

Name

Type

Description

ID

Integer

The ID of the grouping you wish to update.

Name

String

The name of the grouping.

ParentID

Integer

The ID of the parent grouping. Put a 0 if the grouping is a parent.