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

"selectionmembertype" MDO List

• 1 minute to read
 • 1 minute to read

MDO provider for the selection archive providers types. The items will be added by scanning ArchiveProviderFactory.KnownArchiveProviders for this pattern; [TableName]Selection. If the prefix is a known table, the tablename will be added to list with the TableNumber as the ID.

Implemented by the SelectionMemberTypeList class. The name of the MDO list is 'selectionmembertype'.

Sample Request

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

Sample Code

var listProvider = SuperOffice.CRM.Lists.SoListProviderFactory.Create("selectionmembertype", 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
10 Documents document
9 Follow-ups appointment
13 Sales sale
11 Projects project
127 Products quoteline
262 Requests ticket
5 Companies/Contacts contact

Related MDO Lists

  • "selectionmembertypeheadings"
  • "selectionmembertypeheadingswithallitem"
  • "selectionmembertypeheadingswithallitemwithnoselection"
  • "selectionmembertypeheadingswithnoselection"
  • "selectionmembertypewithallitem"
  • "selectionmembertypewithallitemwithnoselection"
  • "selectionmembertypewithnoselection"
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Back to top