Updates a sysnonymsGroup

Namespace: DotNetNuke.Services.Search.Internals
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
int UpdateSynonymsGroup(
	int synonymsGroupId,
	string synonymsTags,
	int portalId,
	string cultureCode,
	out string duplicateWord
)
Visual Basic
Function UpdateSynonymsGroup ( 
	synonymsGroupId As Integer,
	synonymsTags As String,
	portalId As Integer,
	cultureCode As String,
	<OutAttribute> ByRef duplicateWord As String
) As Integer

Parameters

synonymsGroupId
Type: System..::..Int32
paramsynonymsGroupIdM:DotNetNuke.Services.Search.Internals.ISearchHelper.UpdateSynonymsGroup(System.Int32,System.String,System.Int32,System.String,System.String@)
synonymsTags
Type: System..::..String
synonyms tags seperated by comma, like this: dnn,dotnetnuke
portalId
Type: System..::..Int32
paramportalIdM:DotNetNuke.Services.Search.Internals.ISearchHelper.UpdateSynonymsGroup(System.Int32,System.String,System.Int32,System.String,System.String@)
cultureCode
Type: System..::..String
culture code
duplicateWord
Type: System..::..String%
paramduplicateWordM:DotNetNuke.Services.Search.Internals.ISearchHelper.UpdateSynonymsGroup(System.Int32,System.String,System.Int32,System.String,System.String@)

Return Value

returnsM:DotNetNuke.Services.Search.Internals.ISearchHelper.UpdateSynonymsGroup(System.Int32,System.String,System.Int32,System.String,System.String@)

See Also