Skip to content

Commit e5b6a0d

Browse files
authored
Update 13/umbraco-ui-builder/collections/entity-identifier-converters.md
1 parent 833a4ae commit e5b6a0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

13/umbraco-ui-builder/collections/entity-identifier-converters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ You can read more about them in the [UDI Identifiers](../../umbraco-cms/referenc
1010

1111
If you want to use in your model a reference to an Umbraco object and retrieve the `Integer` or `Guid` value of it, you would need to apply a conversion process to the `UDI` value.
1212

13-
To achieve that you will need to use one of UI Builder's converters - `EntityIdentifierToIntTypeConverter` or `EntityIdentifierToGuidTypeConverter` - and add it as a `[TypeConverterAttribute]` to your model's foreign key property.
13+
Use one of UI Builder's converters - `EntityIdentifierToIntTypeConverter` or `EntityIdentifierToGuidTypeConverter`. Add it as a `[TypeConverterAttribute]` to your model's foreign key property.
1414

1515
An entity that references an Umbraco object would look like this:
1616

0 commit comments

Comments
 (0)