Returns a list of SynonymsGroup defined in the system
Namespace: DotNetNuke.Services.Search.InternalsAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
| C# |
|---|
IEnumerable<SynonymsGroup> GetSynonymsGroups( int portalId, string cultureCode ) |
| Visual Basic |
|---|
Function GetSynonymsGroups ( portalId As Integer, cultureCode As String ) As IEnumerable(Of SynonymsGroup) |
Parameters
- portalId
- Type: System..::..Int32
paramportalIdM:DotNetNuke.Services.Search.Internals.ISearchHelper.GetSynonymsGroups(System.Int32,System.String)
- cultureCode
- Type: System..::..String
paramcultureCodeM:DotNetNuke.Services.Search.Internals.ISearchHelper.GetSynonymsGroups(System.Int32,System.String)