DefaultImplementationAttribute Constructor |
Constructor
Namespace: CMSAssembly: CMS.Core (in CMS.Core.dll) Version: 8.2.23
Syntax public DefaultImplementationAttribute(
Type implementationType,
bool canBeReplaced = true
)
Parameters
- implementationType
- Type: SystemType
Default implementation type - canBeReplaced (Optional)
- Type: SystemBoolean
If true, the default implementation can be replaced
See Also