Published Pages

Published Pages combine the 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 content that is published is determined by scripting in the Component Template and Page Template.

The URL of a published Page is determined by the following factors:

  • the Publication Target — the Publication Target is determined by the Target Type to which the User published item
  • Publication URL — the Publication URL is a property of a Publication
  • Structure Group directory settings:
    • For a Page, this is the concatenation of the directory properties of all nested Structure Groups starting with the root Structure Group. Each directory is separated by a "\".
    • For a multimedia file, this is 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)