Enum ComposedOfType
Specifies which "composed of" relationships to include when resolving the content types that build upon a given content type.
Namespace: Umbraco.Cms.Core.Services
Assembly: Umbraco.Core.dll
Syntax
public enum ComposedOfType
Remarks
Inheritance and composition are stored in the same underlying collection and are distinguished only by whether the referencing content type's tree parent is the content type in question. This lets callers ask for a single axis or both.
Fields
| Name | Description |
|---|---|
| All | Both composition users and inheritance children. |
| Composition | Content types that use the content type as a true composition (i.e. not tree inheritance). |
| Inheritance | Content types that inherit from the content type in the tree. |