getFormFieldLayoutViewlet()
Overview
public string function getFormFieldLayoutViewlet(
required string itemType
, required string layout
)
Returns the viewlet that should be used to render the given item type and form field layout combination.
Arguments
| Name | Type | Required | Description |
|---|---|---|---|
| itemType | string | Yes | The Item Type whose viewlet you wish to get |
| layout | string | Yes | The layout whose viewlet you wish to get |