Print this Page

DEFAULT SETS Functions

Below is a listing of all the functions.

 

CreateDefaultSet

CreateDefaultSet

This function creates a default set using the values of the set named "Default".

 

Return Type: Integer

 

Name

Type

Description

SetName

String

The name that you want to call the set.

 

DeleteSet

DeleteSet

This function deletes a set from the FuseTalk database.

 

Return Type: n/a

 

Name

Type

Description

SetID

Integer

The ID of the set you want to delete.

 

GetDefaultCommunitySettings

GetDefaultCommunitySettings

This function retrieves the setting for a set.

 

Return Type: Settings()

 

Name

Type

Description

SetID

Integer

 

 

Related Items

GetForumSettings

 

GetDefaultSetByID

GetDefaultSetByID

This function gets the name of a set using an ID.

 

Return Type: DefaultSet()

 

Name

Type

Description

SetID

Integer

The ID of the set you want to retrieve.

 

Related Items

GetDefaultSets

 

GetDefaultSets

GetDefaultSets

This function gets a listing of all the default sets in FuseTalk.

 

Return Type: DefaultSet()

 

Related Items

GetDefaultSetByID