ConfigurationListProvider Class
Provides access to multiple types of configuration lists in netFORUM.
Namespace: Ignition.Framework.RepositoriesAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
public class ConfigurationListProvider
Public Class ConfigurationListProvider
public ref class ConfigurationListProvider
type ConfigurationListProvider = class end
- Inheritance
- Object ConfigurationListProvider
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
|