Documentation Center

Published Pages

Published Pages combine a Page Template and Component Presentations

Page composition
A Published Page combines a Page Template and Component Presentations:
  • A Page Template determines where, how, and which Component Presentations are rendered and also often include navigation and branding features.
  • A Component Presentation is a combination of a Component or Multimedia Component and a Component Template. The Component (content) is rendered by the Component Template, which determines what and how content from the Component is rendered.

The design and layout of content that is published is determined by scripting in the Component Template and Page Template.

Page URL
The URL of a published Page is determined by the following factors:
  • the Publication Target as determined by the Target Type to which the User published the item
  • the Publication URL property of a Publication
  • the Structure Group directory settings—the concatenation of the directory properties of all nested Structure Groups starting with the root Structure Group where each directory is separated by a "\".
The URL of Multimedia Components is determined by the Images URL property of a Publication, or the location set explicitly in the template by the AddBinary() or AddBinaryData() method (refer to the TOM.NET API reference documentation for details)