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
In the example above, the method was called without any parameters. The method also has two overloads, which lets you look up a collection fo content types by either specifying their GUID or numeric IDs:
45
-
44
+
The service also have `GetMany`-methods to get a collection of content types by their GUIDs IDs or numeric IDs:
46
45
```csharp
47
46
// Get a collection of two specific content types by their GUIDs IDs
To get a list of all Content Types of another content type, you can use the `GetChildren` method. This can be done by specifying the numeric ID or the GUID:
0 commit comments