Skip to content

Commit 451870e

Browse files
committed
Remove section about using integer Ids
1 parent d228ee5 commit 451870e

File tree

1 file changed

+0
-9
lines changed
  • 16/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors

1 file changed

+0
-9
lines changed

16/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/multi-url-picker.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -160,15 +160,6 @@ The example below demonstrates how to add values programmatically using a Razor
160160
}
161161
```
162162

163-
Although the use of a GUID is preferable, you can also use the numeric ID to get the page:
164-
165-
```csharp
166-
@{
167-
// Get the page using it's id
168-
var content = ContentService.GetById(1234);
169-
}
170-
```
171-
172163
If Models Builder is enabled you can get the alias of the desired property without using a magic string:
173164

174165
```csharp

0 commit comments

Comments
 (0)