Click or drag to resize
DefaultImplementationAttribute Constructor
Constructor

Namespace: CMS
Assembly: CMS.Core (in CMS.Core.dll) Version: 9.0.0
Syntax
C#
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