You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 16/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/multi-url-picker.md
-9Lines changed: 0 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -160,15 +160,6 @@ The example below demonstrates how to add values programmatically using a Razor
160
160
}
161
161
```
162
162
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
-
varcontent=ContentService.GetById(1234);
169
-
}
170
-
```
171
-
172
163
If Models Builder is enabled you can get the alias of the desired property without using a magic string:
0 commit comments