ConfigurationsXmlSerializerTConfigurationCreateDeserializedConfiguration Method |
Creates a new TConfiguration based on deserialized typeIdentifier and configuredObject.
Namespace: Kentico.Forms.Web.MvcAssembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 12.0.0
Syntax protected abstract TConfiguration CreateDeserializedConfiguration(
string typeIdentifier,
Object configuredObject
)
Parameters
- typeIdentifier
- Type: SystemString
Type identifier of the configuredObject. - configuredObject
- Type: SystemObject
Deserialized configured object.
Return Value
Type:
TConfigurationReturns deserialized configuration.
See Also