Configuration |
The ConfigurationListProvider type exposes the following members.
| Name | Description | |
|---|---|---|
| ClearCache | Clears all cached data associated with this provider, for both entity based and metadata column based lists | |
| GetEntityBasedListT | Retrieves a list configured through entities; usually found in child forms of the Setup/Configuration page of a module. | |
| GetEntityBasedListItemT | Retrieves a single item from a list of configured through entities by its Id, with null pass-through | |
| GetMetadataColumnBasedListT | Retrieves a list configured through metadata column records; always found in the Admin module, on a Column's profile page under "value where" | |
| GetMetadataColumnBasedListItemT | Retrieves a single item from a list of configured through metadata column records by its value, with null pass-through |