IEditablePropertiesCollectorGetEditableProperties Method |
Returns a collection of PropertyInfos editable in Form builder's UI.
Namespace: Kentico.Forms.Web.MvcAssembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax IEnumerable<PropertyInfo> GetEditableProperties(
Object model
)
Parameters
- model
- Type: SystemObject
Object with editable properties.
Return Value
Type:
IEnumerablePropertyInfoExceptions Exception | Condition |
---|
ArgumentNullException | Thrown when model is null. |
See Also