Skip to content

Latest commit

 

History

History
76 lines (60 loc) · 1.61 KB

File metadata and controls

76 lines (60 loc) · 1.61 KB
uid title keywords description so.generated so.topic so.envir
document
document
mdoprovider mdo provider document
MDO list provider for documents.
true
reference
onsite, online

"document" MDO List

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
53 "Brev"BB 53
19 "Brev"BB 19
20 ?Brev?BB 20
8 =Brev=AA 8
21 0Notat0BB 21
31 1Notat1DD 31
41 2Notat2FF 41
51 3Notat3HH 51
10 4Notat4AA 10
52 8Notat8HH 52
11 9Notat9AA 11
1 ABrevAAA 1
17 ÆNotatÆBB 17
38 ÅNotatÅFF 38
12 BBrevBBB 12
30 'Brev'DD 30
23 CBrevCDD 23
70 Document for Fish company 70
69 Document for Fish company 69
13 GBrevGBB 13
24 HBrevHDD 24

Related MDO Lists

  • "documentheadings"
  • "documentheadingswithallitem"
  • "documentheadingswithallitemwithnoselection"
  • "documentheadingswithnoselection"
  • "documentwithallitem"
  • "documentwithallitemwithnoselection"
  • "documentwithnoselection"