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
graph TD
subgraph Site
CT["Content Type"]
CT --> FL["Field Links (ordered)"]
FL --> F1["Field: Title"]
FL --> F2["Field: Editor"]
FL --> F3["Field: CustomColumn"]
end
subgraph List
L["Document Library"]
L -->|has| CTs["Content Types"]
CTs --> D["Default CT"]
CTs --> O["Other CTs"]
end
CT -.->|add to| L
Loading
A content type lives at the site level and defines a reusable
set of columns (fields) with their display order (field links).
It can then be associated with one or more lists.
Examples
Workflow
Operation
File
Required role
API reference
End-to-end: create → add field → add to list → verify