ConfigurationsXmlSerializerTConfigurationSerialize Method |
Serializes configuration and appends it to result.
Namespace: Kentico.Forms.Web.MvcAssembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax protected virtual void Serialize(
TConfiguration configuration,
Type configuredType,
StringBuilder result
)
Parameters
- configuration
- Type: TConfiguration
- configuredType
- Type: SystemType
- result
- Type: System.TextStringBuilder
Exceptions Exception | Condition |
---|
InvalidOperationException | Thrown when serialization of configuration fails. |
See Also