Multiple choice technology web technology

Style Sheet templates are stored in which class

  1. RULE-FILE-STYLE

  2. RULE-FILE-CSS

  3. RULE-FILE-TEXT

  4. RULE-FILE-BINARY

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Style Sheet (CSS) templates in Pega are stored as instances of the RULE-FILE-TEXT class. This class is used for text-based file rules including CSS, JavaScript, and other plain text resources. Option A is for binary style files, option B is not a standard rule type, and option D is for binary files (like images). Text-based style rules use RULE-FILE-TEXT, making C the correct answer.