﻿<pre><span style=" color: red;">9.11.0</span>
<span style=" color: green;">PR-5337</span>
<span style=" color: blue;">assembly</span> DotNetNuke.HttpModules {
  <span style=" color: blue;">namespace</span> DotNetNuke.HttpModules.RequestFilter {
    <span style=" color: blue;">public</span> <span style=" color: blue;">class</span> RequestFilterRule {
      <span style=" color: blue;">public</span> <span style=" color: blue;">bool</span> Matches(<span style=" color: blue;">string</span> <span style=" color: red;">ServerVariableValue</span><span style=" color: green;">serverVariableValue</span>);
    }
  }
}
<span style=" color: blue;">assembly</span> DotNetNuke.Modules.CoreMessaging {
  <span style=" color: blue;">namespace</span> DotNetNuke.Modules.CoreMessaging.Components {
    <span style=" color: blue;">public</span> <span style=" color: blue;">class</span> CoreMessagingBusinessController : <span style=" color: #2B91AF;">IUpgradeable</span> {
      <span style=" color: blue;">public</span> <span style=" color: blue;">string</span> UpgradeModule(<span style=" color: blue;">string</span> <span style=" color: red;">Version</span><span style=" color: green;">version</span>);
    }
  }
}
<span style=" color: blue;">assembly</span> DotNetNuke.Modules.Groups {
  <span style=" color: blue;">namespace</span> DotNetNuke.Modules.Groups {
    <span style=" color: blue;">public</span> <span style=" color: blue;">class</span> Utilities {
      <span style=" color: blue;">public</span> <span style=" color: blue;">static</span> <span style=" color: blue;">string</span> NavigateUrl(<span style=" color: blue;">int</span> <span style=" color: red;">TabId</span><span style=" color: green;">tabId</span>, <span style=" color: blue;">string</span>[] @params);
    }
  }
}
<span style=" color: blue;">assembly</span> DotNetNuke.Modules.Html {
  <span style=" color: blue;">namespace</span> DotNetNuke.Modules.Html {
    <span style=" color: blue;">public</span> <span style=" color: blue;">class</span> HtmlTextController : <span style=" color: #2B91AF;">ModuleSearchBase</span>, <span style=" color: #2B91AF;">IPortable</span>, <span style=" color: #2B91AF;">IUpgradeable</span> {
      <span style=" color: blue;">public</span> <span style=" color: blue;">void</span> DeleteHtmlText(<span style=" color: blue;">int</span> <span style=" color: red;">ModuleID</span><span style=" color: green;">moduleID</span>, <span style=" color: blue;">int</span> <span style=" color: red;">ItemID</span><span style=" color: green;">itemID</span>);
      <span style=" color: blue;">public</span> <span style=" color: #2B91AF;">List</span>&lt;<span style=" color: #2B91AF;">HtmlTextInfo</span>&gt; GetAllHtmlText(<span style=" color: blue;">int</span> <span style=" color: red;">ModuleID</span><span style=" color: green;">moduleID</span>);
      <span style=" color: blue;">public</span> <span style=" color: #2B91AF;">HtmlTextInfo</span> GetHtmlText(<span style=" color: blue;">int</span> <span style=" color: red;">ModuleID</span><span style=" color: green;">moduleID</span>, <span style=" color: blue;">int</span> <span style=" color: red;">ItemID</span><span style=" color: green;">itemID</span>);
      <span style=" color: blue;">public</span> <span style=" color: blue;">int</span> GetMaximumVersionHistory(<span style=" color: blue;">int</span> <span style=" color: red;">PortalID</span><span style=" color: green;">portalID</span>);
      <span style=" color: blue;">public</span> <span style=" color: #2B91AF;">KeyValuePair</span>&lt;<span style=" color: blue;">string</span>, <span style=" color: blue;">int</span>&gt; GetWorkflow(<span style=" color: blue;">int</span> <span style=" color: red;">ModuleId</span><span style=" color: green;">moduleId</span>, <span style=" color: blue;">int</span> <span style=" color: red;">TabId</span><span style=" color: green;">tabId</span>, <span style=" color: blue;">int</span> <span style=" color: red;">PortalId</span><span style=" color: green;">portalId</span>);
      <span style=" color: blue;">public</span> <span style=" color: blue;">void</span> ImportModule(<span style=" color: blue;">int</span> <span style=" color: red;">ModuleID</span><span style=" color: green;">moduleID</span>, <span style=" color: blue;">string</span> <span style=" color: red;">Content</span><span style=" color: green;">content</span>, <span style=" color: blue;">string</span> <span style=" color: red;">Version</span><span style=" color: green;">version</span>, <span style=" color: blue;">int</span> <span style=" color: red;">UserId</span><span style=" color: green;">userId</span>);
      <span style=" color: blue;">public</span> <span style=" color: blue;">void</span> UpdateHtmlText(<span style=" color: #2B91AF;">HtmlTextInfo</span> htmlContent, <span style=" color: blue;">int</span> <span style=" color: red;">MaximumVersionHistory</span><span style=" color: green;">maximumVersionHistory</span>);
      <span style=" color: blue;">public</span> <span style=" color: blue;">void</span> UpdateMaximumVersionHistory(<span style=" color: blue;">int</span> <span style=" color: red;">PortalID</span><span style=" color: green;">portalID</span>, <span style=" color: blue;">int</span> <span style=" color: red;">MaximumVersionHistory</span><span style=" color: green;">maximumVersionHistory</span>);
      <span style=" color: blue;">public</span> <span style=" color: blue;">void</span> UpdateWorkflow(<span style=" color: blue;">int</span> <span style=" color: red;">ObjectID</span><span style=" color: green;">objectID</span>, <span style=" color: blue;">string</span> <span style=" color: red;">WorkFlowType</span><span style=" color: green;">workFlowType</span>, <span style=" color: blue;">int</span> <span style=" color: red;">WorkflowID</span><span style=" color: green;">workflowID</span>, <span style=" color: blue;">bool</span> <span style=" color: red;">ReplaceExistingSettings</span><span style=" color: green;">replaceExistingSettings</span>);
      <span style=" color: blue;">public</span> <span style=" color: blue;">string</span> UpgradeModule(<span style=" color: blue;">string</span> <span style=" color: red;">Version</span><span style=" color: green;">version</span>);
    }
    <span style=" color: blue;">public</span> <span style=" color: blue;">class</span> HtmlTextLogController {
      <span style=" color: blue;">public</span> <span style=" color: #2B91AF;">ArrayList</span> GetHtmlTextLog(<span style=" color: blue;">int</span> <span style=" color: red;">ItemID</span><span style=" color: green;">itemID</span>);
    }
    <span style=" color: blue;">public</span> <span style=" color: blue;">class</span> HtmlTextUserController {
      <span style=" color: blue;">public</span> <span style=" color: #2B91AF;">ArrayList</span> GetHtmlTextUser(<span style=" color: blue;">int</span> <span style=" color: red;">UserID</span><span style=" color: green;">userID</span>);
    }
    <span style=" color: blue;">public</span> <span style=" color: blue;">class</span> WorkflowStateController {
      <span style=" color: blue;">public</span> <span style=" color: blue;">int</span> GetFirstWorkflowStateID(<span style=" color: blue;">int</span> <span style=" color: red;">WorkflowID</span><span style=" color: green;">workflowID</span>);
      <span style=" color: blue;">public</span> <span style=" color: blue;">int</span> GetLastWorkflowStateID(<span style=" color: blue;">int</span> <span style=" color: red;">WorkflowID</span><span style=" color: green;">workflowID</span>);
      <span style=" color: blue;">public</span> <span style=" color: blue;">int</span> GetNextWorkflowStateID(<span style=" color: blue;">int</span> <span style=" color: red;">WorkflowID</span><span style=" color: green;">workflowID</span>, <span style=" color: blue;">int</span> <span style=" color: red;">StateID</span><span style=" color: green;">stateID</span>);
      <span style=" color: blue;">public</span> <span style=" color: blue;">int</span> GetPreviousWorkflowStateID(<span style=" color: blue;">int</span> <span style=" color: red;">WorkflowID</span><span style=" color: green;">workflowID</span>, <span style=" color: blue;">int</span> <span style=" color: red;">StateID</span><span style=" color: green;">stateID</span>);
      <span style=" color: blue;">public</span> <span style=" color: #2B91AF;">ArrayList</span> GetWorkflows(<span style=" color: blue;">int</span> <span style=" color: red;">PortalID</span><span style=" color: green;">portalID</span>);
      <span style=" color: blue;">public</span> <span style=" color: #2B91AF;">ArrayList</span> GetWorkflowStates(<span style=" color: blue;">int</span> <span style=" color: red;">WorkflowID</span><span style=" color: green;">workflowID</span>);
    }
  }
  <span style=" color: blue;">namespace</span> DotNetNuke.Modules.Html.Components {
    <span style=" color: blue;">public</span> <span style=" color: blue;">class</span> DataProvider {
      <span style=" color: blue;">public</span> <span style=" color: blue;">virtual</span> <span style=" color: blue;">int</span> AddHtmlText(<span style=" color: blue;">int</span> <span style=" color: red;">ModuleID</span><span style=" color: green;">moduleID</span>, <span style=" color: blue;">string</span> <span style=" color: red;">Content</span><span style=" color: green;">content</span>, <span style=" color: blue;">string</span> <span style=" color: red;">Summary</span><span style=" color: green;">summary</span>, <span style=" color: blue;">int</span> <span style=" color: red;">StateID</span><span style=" color: green;">stateID</span>, <span style=" color: blue;">bool</span> <span style=" color: red;">IsPublished</span><span style=" color: green;">isPublished</span>, <span style=" color: blue;">int</span> <span style=" color: red;">CreatedByUserID</span><span style=" color: green;">createdByUserID</span>, <span style=" color: blue;">int</span> <span style=" color: red;">History</span><span style=" color: green;">history</span>);
      <span style=" color: blue;">public</span> <span style=" color: blue;">virtual</span> <span style=" color: blue;">void</span> AddHtmlTextLog(<span style=" color: blue;">int</span> <span style=" color: red;">ItemID</span><span style=" color: green;">itemID</span>, <span style=" color: blue;">int</span> <span style=" color: red;">StateID</span><span style=" color: green;">stateID</span>, <span style=" color: blue;">string</span> <span style=" color: red;">Comment</span><span style=" color: green;">comment</span>, <span style=" color: blue;">bool</span> <span style=" color: red;">Approved</span><span style=" color: green;">approved</span>, <span style=" color: blue;">int</span> <span style=" color: red;">CreatedByUserID</span><span style=" color: green;">createdByUserID</span>);
      <span style=" color: blue;">public</span> <span style=" color: blue;">virtual</span> <span style=" color: blue;">void</span> AddHtmlTextUser(<span style=" color: blue;">int</span> <span style=" color: red;">ItemID</span><span style=" color: green;">itemID</span>, <span style=" color: blue;">int</span> <span style=" color: red;">StateID</span><span style=" color: green;">stateID</span>, <span style=" color: blue;">int</span> <span style=" color: red;">ModuleID</span><span style=" color: green;">moduleID</span>, <span style=" color: blue;">int</span> <span style=" color: red;">TabID</span><span style=" color: green;">tabID</span>, <span style=" color: blue;">int</span> <span style=" color: red;">UserID</span><span style=" color: green;">userID</span>);
      <span style=" color: blue;">public</span> <span style=" color: blue;">virtual</span> <span style=" color: blue;">void</span> DeleteHtmlText(<span style=" color: blue;">int</span> <span style=" color: red;">ModuleID</span><span style=" color: green;">moduleID</span>, <span style=" color: blue;">int</span> <span style=" color: red;">ItemID</span><span style=" color: green;">itemID</span>);
      <span style=" color: blue;">public</span> <span style=" color: blue;">virtual</span> <span style=" color: #2B91AF;">IDataReader</span> GetAllHtmlText(<span style=" color: blue;">int</span> <span style=" color: red;">ModuleID</span><span style=" color: green;">moduleID</span>);
      <span style=" color: blue;">public</span> <span style=" color: blue;">virtual</span> <span style=" color: #2B91AF;">IDataReader</span> GetHtmlText(<span style=" color: blue;">int</span> <span style=" color: red;">ModuleID</span><span style=" color: green;">moduleID</span>, <span style=" color: blue;">int</span> <span style=" color: red;">ItemID</span><span style=" color: green;">itemID</span>);
      <span style=" color: blue;">public</span> <span style=" color: blue;">virtual</span> <span style=" color: #2B91AF;">IDataReader</span> GetHtmlTextLog(<span style=" color: blue;">int</span> <span style=" color: red;">ItemID</span><span style=" color: green;">itemID</span>);
      <span style=" color: blue;">public</span> <span style=" color: blue;">virtual</span> <span style=" color: #2B91AF;">IDataReader</span> GetHtmlTextUser(<span style=" color: blue;">int</span> <span style=" color: red;">UserID</span><span style=" color: green;">userID</span>);
      <span style=" color: blue;">public</span> <span style=" color: blue;">virtual</span> <span style=" color: #2B91AF;">IDataReader</span> GetTopHtmlText(<span style=" color: blue;">int</span> <span style=" color: red;">ModuleID</span><span style=" color: green;">moduleID</span>, <span style=" color: blue;">bool</span> <span style=" color: red;">IsPublished</span><span style=" color: green;">isPublished</span>);
      <span style=" color: blue;">public</span> <span style=" color: blue;">virtual</span> <span style=" color: #2B91AF;">IDataReader</span> GetWorkflows(<span style=" color: blue;">int</span> <span style=" color: red;">PortalID</span><span style=" color: green;">portalID</span>);
      <span style=" color: blue;">public</span> <span style=" color: blue;">virtual</span> <span style=" color: #2B91AF;">IDataReader</span> GetWorkflowStatePermissionsByStateID(<span style=" color: blue;">int</span> <span style=" color: red;">StateID</span><span style=" color: green;">stateID</span>);
      <span style=" color: blue;">public</span> <span style=" color: blue;">virtual</span> <span style=" color: #2B91AF;">IDataReader</span> GetWorkflowStates(<span style=" color: blue;">int</span> <span style=" color: red;">WorkflowID</span><span style=" color: green;">workflowID</span>);
      <span style=" color: blue;">public</span> <span style=" color: blue;">virtual</span> <span style=" color: blue;">void</span> UpdateHtmlText(<span style=" color: blue;">int</span> <span style=" color: red;">ItemID</span><span style=" color: green;">itemID</span>, <span style=" color: blue;">string</span> <span style=" color: red;">Content</span><span style=" color: green;">content</span>, <span style=" color: blue;">string</span> <span style=" color: red;">Summary</span><span style=" color: green;">summary</span>, <span style=" color: blue;">int</span> <span style=" color: red;">StateID</span><span style=" color: green;">stateID</span>, <span style=" color: blue;">bool</span> <span style=" color: red;">IsPublished</span><span style=" color: green;">isPublished</span>, <span style=" color: blue;">int</span> <span style=" color: red;">LastModifiedByUserID</span><span style=" color: green;">lastModifiedByUserID</span>);
    }
  }
  <span style=" color: blue;">namespace</span> DotNetNuke.Security.Permissions {
    <span style=" color: blue;">public</span> <span style=" color: blue;">class</span> WorkflowStatePermissionCollection : <span style=" color: #2B91AF;">CollectionBase</span> {
      <span style=" color: blue;">public</span> WorkflowStatePermissionCollection(<span style=" color: #2B91AF;">WorkflowStatePermissionCollection</span> <span style=" color: red;">WorkflowStatePermissions</span><span style=" color: green;">workflowStatePermissions</span>);
      <span style=" color: blue;">public</span> WorkflowStatePermissionCollection(<span style=" color: #2B91AF;">ArrayList</span> <span style=" color: red;">WorkflowStatePermissions</span><span style=" color: green;">workflowStatePermissions</span>);
      <span style=" color: blue;">public</span> WorkflowStatePermissionCollection(<span style=" color: #2B91AF;">ArrayList</span> <span style=" color: red;">WorkflowStatePermissions</span><span style=" color: green;">workflowStatePermissions</span>, <span style=" color: blue;">int</span> <span style=" color: red;">WorkflowStatePermissionID</span><span style=" color: green;">workflowStatePermissionID</span>);
      <span style=" color: blue;">public</span> <span style=" color: blue;">void</span> AddRange(<span style=" color: #2B91AF;">WorkflowStatePermissionCollection</span> <span style=" color: red;">WorkflowStatePermissions</span><span style=" color: green;">workflowStatePermissions</span>);
      <span style=" color: blue;">public</span> <span style=" color: blue;">void</span> AddRange(<span style=" color: #2B91AF;">ArrayList</span> <span style=" color: red;">WorkflowStatePermissions</span><span style=" color: green;">workflowStatePermissions</span>);
    }
    <span style=" color: blue;">public</span> <span style=" color: blue;">class</span> WorkflowStatePermissionController {
      <span style=" color: blue;">public</span> <span style=" color: blue;">static</span> <span style=" color: #2B91AF;">WorkflowStatePermissionCollection</span> GetWorkflowStatePermissions(<span style=" color: blue;">int</span> <span style=" color: red;">StateID</span><span style=" color: green;">stateID</span>);
    }
  }
}
<span style=" color: blue;">assembly</span> DotNetNuke.Modules.MemberDirectory {
  <span style=" color: blue;">namespace</span> DotNetNuke.Modules.MemberDirectory.Components {
    <span style=" color: blue;">public</span> <span style=" color: blue;">class</span> UpgradeController : <span style=" color: #2B91AF;">IUpgradeable</span> {
      <span style=" color: blue;">public</span> <span style=" color: blue;">string</span> UpgradeModule(<span style=" color: blue;">string</span> <span style=" color: red;">Version</span><span style=" color: green;">version</span>);
    }
  }
}
<span style=" color: blue;">assembly</span> DotNetNuke.Services.Syndication {
  <span style=" color: blue;">namespace</span> DotNetNuke.Services.Syndication {
    <span style=" color: blue;">public</span> <span style=" color: blue;">abstract</span> <span style=" color: blue;">class</span> RssChannelBase&lt;<span style=" color: #2B91AF;">RssItemType</span>, <span style=" color: #2B91AF;">RssImageType</span>&gt; : <span style=" color: #2B91AF;">RssElementBase</span> <span style=" color: blue;">where</span> <span style=" color: #2B91AF;">RssItemType</span> : <span style=" color: #2B91AF;">RssElementBase</span>, <span style=" color: blue;">new</span>() <span style=" color: blue;">where</span> <span style=" color: #2B91AF;">RssImageType</span> : <span style=" color: #2B91AF;">RssElementBase</span>, <span style=" color: blue;">new</span>() {
      <span style=" color: blue;">public</span> <span style=" color: #2B91AF;">XmlDocument</span> SaveAsXml(<span style=" color: #2B91AF;">XmlDocument</span> <span style=" color: red;">EmptyRssXml</span><span style=" color: green;">emptyRssXml</span>);
    }
  }
}
<span style=" color: blue;">assembly</span> DotNetNuke.Website {
  <span style=" color: blue;">namespace</span> DotNetNuke.Modules.Admin.Security {
    <span style=" color: blue;">public</span> <span style=" color: blue;">class</span> SecurityRoles : <span style=" color: #2B91AF;">PortalModuleBase</span>, <span style=" color: #2B91AF;">IActionable</span> {
      <span style=" color: blue;">public</span> <span style=" color: blue;">bool</span> DeleteButtonVisible(<span style=" color: blue;">int</span> <span style=" color: red;">UserID</span><span style=" color: green;">userID</span>, <span style=" color: blue;">int</span> <span style=" color: red;">RoleID</span><span style=" color: green;">roleID</span>);
      <span style=" color: blue;">public</span> <span style=" color: blue;">string</span> FormatDate(<span style=" color: #2B91AF;">DateTime</span> <span style=" color: red;">DateTime</span><span style=" color: green;">dateTime</span>);
      <span style=" color: blue;">public</span> <span style=" color: blue;">string</span> FormatUser(<span style=" color: blue;">int</span> <span style=" color: red;">UserID</span><span style=" color: green;">userID</span>, <span style=" color: blue;">string</span> <span style=" color: red;">DisplayName</span><span style=" color: green;">displayName</span>);
    }
  }
  <span style=" color: blue;">namespace</span> DotNetNuke.UI.Skins.Controls {
    <span style=" color: blue;">public</span> <span style=" color: blue;">class</span> Styles : <span style=" color: #2B91AF;">SkinObjectBase</span> {
      <span style=" color: blue;">protected</span> <span style=" color: blue;">void</span> AddLink(<span style=" color: #2B91AF;">Control</span> cssRoot, <span style=" color: blue;">int</span> <span style=" color: red;">InsertAt</span><span style=" color: green;">insertAt</span>, <span style=" color: #2B91AF;">HtmlLink</span> link);
    }
  }
}
</pre>