• Share
    • Twitter
    • LinkedIn
    • Facebook
    • Email
  • Feedback
  • Edit
Show / Hide Table of Contents

"stopword" MDO List

Some tooltip text!
• 1 minute to read
 • 1 minute to read

List of stop words. i.e. words which will not be included in the free-text index.

Implemented by the StopWordProvider class. The name of the MDO list is 'stopword'.

Sample Request

GET /api/v1/MDOList/stopword
Authorization: Basic dGplMDpUamUw
Accept: application/json; charset=utf-8
Accept-Language: *

Sample Code

var listProvider = SuperOffice.CRM.Lists.SoListProviderFactory.Create("stopword", forceFlatList: true);
foreach (var item in listProvider.RootItems) {
    Console.WriteLine("{0} {1} {2} {3}", 
         item.Id, ResourceManager.ParseInlineResources(item.Name), item.StyleHint, item.ExtraInfo);
}

Sample Output

Id Name StyleHint ExtraInfo
1 1999
2 2000
3 2001
4 AKKURAT
5 ALDRI
6 ALENE
7 ALL
8 ALLE
9 ALLEREDE
10 ALLTID
11 ALT
12 ALTSÅ
13 ANDRE
14 ANNEN
15 ANNET
16 ANSIKT
17 APRIL
18 ARBEID
19 ARBEIDET
20 AUGUST
21 BAK

Related MDO Lists

  • "stopwordheadings"
  • "stopwordheadingswithallitem"
  • "stopwordheadingswithallitemwithnoselection"
  • "stopwordheadingswithnoselection"
  • "stopwordwithallitem"
  • "stopwordwithallitemwithnoselection"
  • "stopwordwithnoselection"
In This Article
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top