Content CMS content and asset objects: articles, forms, templates, media, and related entities.
Content objects represent CMS entities and assets. Start with Entity for what an entity is, shared properties, and the entities query API. Each other page documents a concrete type and its related singular and list shortcut methods.
Entity What an entity is, shared properties on every entity, and the entities query API.
Article The Article entity and its properties.
Author The Author entity and related objects and methods for author data in templates.
Blog The Blog entity and methods for querying blogs and blog posts.
Blog Post Dated blog entries: the singular blog_post object, the blog_posts list, and the methods that load them.
Folder Using folders to organize content by type or by cross-type grouping (e.g. by company).
Document The document object and methods for document entities.
Datastore The datastore object and methods for querying datastores.
Datastore Item The datastore_item object and methods for datastore items.
Calendar The calendar object and methods for calendars.
Calendar Entry The calendar entry object and its properties.
Gallery The gallery object and methods for galleries.
Gallery Item The gallery item object and its properties.
Menu The menu object and methods for site menus.
Menu Item The menu item object and its properties.
Tag The tag object and methods for tagging content.
Form The Form entity and methods for working with forms and form submissions.
Form Submit The form submit object and methods for form submission.
Error Page The error_page object and its use for error pages.
Template The template object and methods for loading templates.
Snippet The snippet object and methods for reusable snippet content.
Javascript The javascript object and methods for adding scripts.
Stylesheet The stylesheet object and methods for adding stylesheets.
Image The image object and its properties for image fields.
Image Preset The image_preset object and methods for image presets.