Click or drag to resize
IEditablePropertiesCollectorGetEditableProperties Method
Returns a collection of PropertyInfos 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#
IEnumerable<PropertyInfo> GetEditableProperties(
	Object model
)

Parameters

model
Type: SystemObject
Object with editable properties.

Return Value

Type: IEnumerablePropertyInfo
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown when model is null.
See Also