HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/RMourik/bassol.nl/CMS/CMSAPIExamples/Code/Administration/BadWords/Default.aspx
<%@ Page Title="" Language="C#" MasterPageFile="~/CMSAPIExamples/Pages/APIExamplesPage.Master"
    Theme="Default" AutoEventWireup="true" Inherits="CMSAPIExamples_Code_Administration_BadWords_Default" CodeFile="Default.aspx.cs" %>

<%@ Register Src="~/CMSAPIExamples/Controls/APIExample.ascx" TagName="APIExample" TagPrefix="cms" %>
<asp:Content ID="contentLeft" ContentPlaceHolderID="plcLeftContainer" runat="server">
    <%-- Bad word --%>
    <cms:LocalizedHeading ID="pnlCreateBadWord" runat="server" Text="Bad word" Level="4" EnableViewState="false" />
    <cms:APIExample ID="apiCreateBadWord" runat="server" ButtonText="Create bad word" InfoMessage="Bad word 'testbadword' was created." />
    <cms:APIExample ID="apiGetAndUpdateBadWord" runat="server" ButtonText="Get and update bad word" APIExampleType="ManageAdditional" InfoMessage="Bad word action of 'testbadword' was changed to Replace and its replacement string was set to 'testpoliteword'." ErrorMessage="Bad word 'testbadword' was not found." />
    <cms:APIExample ID="apiGetAndBulkUpdateBadWords" runat="server" ButtonText="Get and bulk update bad words" APIExampleType="ManageAdditional" InfoMessage="All 'testbadword' bad words were updated to use the Replace action and the 'testpoliteword' replacement string." ErrorMessage="No 'testbadword' bad words were found." />

    <%-- Bad word --%>
    <cms:LocalizedHeading ID="pnlBadWordChecks" runat="server" Text="Performing bad word checks" Level="4" EnableViewState="false" />
    <cms:APIExample ID="apiCheckSingleBadWord" runat="server" ButtonText="Check string for single bad word" InfoMessage="Bad word 'testbadword' was detected in the string." ErrorMessage="Bad word 'testbadword' is not defined." />
    <cms:APIExample ID="apiCheckAllBadWords" runat="server" ButtonText="Check string for all bad words" APIExampleType="ManageAdditional" InfoMessage="Some bad words were detected in the checked string." ErrorMessage="No bad words were detected in the checked string." />
</asp:Content>
<asp:Content ID="contentRight" ContentPlaceHolderID="plcRightContainer" runat="server">
    <%-- Bad word --%>
    <cms:LocalizedHeading ID="pnlDeleteBadWord" runat="server" Text="Bad word" Level="4" EnableViewState="false" />
    <cms:APIExample ID="apiDeleteBadWord" runat="server" ButtonText="Delete word(s)" APIExampleType="CleanUpMain" InfoMessage="All bad words created by the examples on this page and all their dependencies were deleted." ErrorMessage="No 'testbadword' bad word was found." />
</asp:Content>