VisibilityConditionConfigurationXmlSerializerCreateDeserializedConfiguration Method |
Namespace: Kentico.Forms.Web.MvcAssembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 12.0.0
Syntax protected override VisibilityConditionConfiguration CreateDeserializedConfiguration(
string typeIdentifier,
Object configuredObject
)
Parameters
- typeIdentifier
- Type: SystemString
Type identifier of the configuredObject. - configuredObject
- Type: SystemObject
Deserialized configured object.
Return Value
Type:
VisibilityConditionConfigurationReturns deserialized configuration.
See Also