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

"attachment" MDO List

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

Implemented by the AttachmentListProvider class. The name of the MDO list is 'attachment'.

Sample Request

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

Sample Code

var listProvider = ClassFactory.CreateRequired<SuperOffice.CRM.Lists.ISoListProviderFactory>().Create("attachment", 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
11 compactMode
12 Macro foundations
13 Split request screens
14 System screens
15 CompanyDetails.ejr
16 CompanyList.ejr
17 ContactsList.ejr
18 TicketList.ejr
19 TicketWeekDaysGraph.ejr
20 DuplicateCompanyDomain.ejr
21 DuplicateCompanyName.ejr
22 DuplicateCustomerEmail.ejr
23 DuplicateCustomerName.ejr
24 ShipmentDetails.ejr
25 TestAttachment.txt
26 SZ Extra
27 SZ Extra
28 SZ Extra
29 SZ Extra

Related MDO Lists

  • "attachmentheadings"
  • "attachmentheadingswithallitem"
  • "attachmentheadingswithallitemwithnoselection"
  • "attachmentheadingswithnoselection"
  • "attachmentwithallitem"
  • "attachmentwithallitemwithnoselection"
  • "attachmentwithnoselection"
In This Article
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top