Click or drag to resize
ComponentDefinitionBase Constructor (String, String)
Creates an instance of the ComponentDefinitionBase class.

Namespace: Kentico.Content.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 12.0.0
Syntax
C#
protected ComponentDefinitionBase(
	string identifier,
	string name
)

Parameters

identifier
Type: SystemString
Unique identifier of the component definition.
name
Type: SystemString
Name of the registered component.
See Also