Table of Contents

Content Sources

Content Sources are a tree-based categorization of objects in the system and permission control. Including a “SOURCE” field on a Media Type automatically triggers source permission control for it.

SOURCES

Stores the Content Sources (“Categories”) in the system.

  • TITLE (varchar, not null)
    • User-friendly name for the source.
  • PARENT (int, null, reference to SOURCES.ID)
    • Reference to the Parent in tree hierarchy to this source.