CustomProviderAttribute Class |
Note: This API is now obsolete.
Namespace: CMS.DataEngine
[ObsoleteAttribute("Use attribute [assembly: RegisterCustomProvider(...)]")] public class CustomProviderAttribute : CMSLoaderAttribute
The CustomProviderAttribute type exposes the following members.
Name | Description | |
---|---|---|
![]() | CustomProviderAttribute |
Constructor
|
Name | Description | |
---|---|---|
![]() | RequiredModules |
List of required modules to load this item
(Inherited from CMSLoaderAttribute.) |
![]() | Type |
Document factory
|
Name | Description | |
---|---|---|
![]() | CheckModules |
Returns true if all required modules are installed
(Inherited from CMSLoaderAttribute.) |
![]() | Init |
Applies the attribute
(Overrides CMSLoaderAttributeInit.) |
![]() | PreInit |
PreInitializes the module - This method is called before the application starts
(Inherited from CMSLoaderAttribute.) |