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

"document" MDO List

• 1 minute to read
 • 1 minute to read

MDO list provider for documents.

Implemented by the DocumentListProvider class. The name of the MDO list is 'document'.

Sample Request

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

Sample Code

var listProvider = SuperOffice.CRM.Lists.SoListProviderFactory.Create("document", 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
19 "Brev"BB 19
53 "Brev"BB 53
20 ?Brev?BB 20
8 =Brev=AA 8
9 >Brev>AA 9
31 1Notat1DD 31
41 2Notat2FF 41
51 3Notat3HH 51
10 4Notat4AA 10
52 8Notat8HH 52
11 9Notat9AA 11
1 ABrevAAA 1
7 ÄBrevÄAA 7
38 ÅNotatÅFF 38
12 BBrevBBB 12
30 'Brev'DD 30
23 CBrevCDD 23
2 FBrevFAA 2
13 GBrevGBB 13
24 HBrevHDD 24
34 IFaksIFF 34

Related MDO Lists

  • "documentheadings"
  • "documentheadingswithallitem"
  • "documentheadingswithallitemwithnoselection"
  • "documentheadingswithnoselection"
  • "documentwithallitem"
  • "documentwithallitemwithnoselection"
  • "documentwithnoselection"
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Back to top