Kentico 12 Service Pack API Reference
Kentico 12 Service Pack API Reference
Namespaces
Kentico Namespaces
Kentico.Forms Namespaces
Kentico.Forms.Web.Mvc
IEditablePropertiesCollector Interface
IEditablePropertiesCollector Methods
GetEditableProperties Method
GetEditablePropertiesWithEditors Method
GetFormComponents Method
IEditablePropertiesCollector
GetEditableProperties Method
Returns a collection of
PropertyInfo
s editable in Form builder's UI.
Namespace:
Kentico.Forms.Web.Mvc
Assembly:
Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 12.0.0
Syntax
C#
Copy
IEnumerable
<
PropertyInfo
>
GetEditableProperties
(
Object
model
)
Parameters
model
Type:
System
Object
Object with editable properties.
Return Value
Type:
IEnumerable
PropertyInfo
Exceptions
Exception
Condition
ArgumentNullException
Thrown when
model
is null.
See Also
Reference
IEditablePropertiesCollector Interface
Kentico.Forms.Web.Mvc Namespace
Copyright (c) 2019 Kentico Software
Send comments on this topic to
support@kentico.com