Home > Services > DXCore Services – DynamicLists

DXCore Services – DynamicLists

October 6th, 2010

The DynamicLists service provides methods for working with dynamic lists. Note, that it is only used internally and hidden from Intellisense but can be used for your purposes if needed.

Methods:

Name

Description

Get(String) Returns a collection of DynamicLists that match the specified list name.
Get(String, String) Returns a collection of DynamicLists that match the specified dynamicListName and languageID parameters. Throws an exception if the specified DynamicListProvider is not found.
Get(String, String, String) Returns a collection of DynamicLists that match the specified dynamicListProviderName, dynamicListName, and languageID parameters. Throws an exception if the specified DynamicListProvider is not found.
GetLanguageDynamicLists Returns a collection of DynamicLists for the specified language ID.
ProvidersByLanguage(String) Returns an array of DynamicLists that match the specified languageID parameter.

Properties:

Name Description
ProvidersList Returns an array of all DynamicListProviders.
—–
Products: DXCore
Versions: 12.1 and up
VS IDEs: any
Updated: Jun/09/2012
ID: D024

Similar Posts: