<PackageReference Include="Relativity.Server.CustomPages.SDK" Version="17.4.2" />

Relativity.Server.CustomPages.SDK 17.4.2

The Relativity Server Custom Pages framework .NET package to create your own look and feel for applications that you develop on the Relativity platform. You can develop your own cascading style sheets (CSS), JavaScript, HTML, and images for your custom pages. Additionally, custom pages can dynamically display or manipulate data stored in a Relativity database and Relativity Dynamic Objects (RDOs). They also facilitate the development of web applications that exist on top of Relativity but don't directly interface with it. Custom pages support flexible application development for workflows tailored to your specific business needs.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>Relativity.Server.CustomPages.SDK</id>
    <version>17.4.2</version>
    <title>Relativity.Server.CustomPages.SDK</title>
    <authors>Relativity</authors>
    <owners>Relativity ODA LLC</owners>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <license type="file">license.txt</license>
    <licenseUrl>https://aka.ms/deprecateLicenseUrl</licenseUrl>
    <icon>relativity-nuget-logo.png</icon>
    <projectUrl>https://platform.relativity.com/</projectUrl>
    <description>The Relativity Server Custom Pages framework .NET package to create your own look and feel for applications that you develop on the Relativity platform. You can develop your own cascading style sheets (CSS), JavaScript, HTML, and images for your custom pages. Additionally, custom pages can dynamically display or manipulate data stored in a Relativity database and Relativity Dynamic Objects (RDOs). They also facilitate the development of web applications that exist on top of Relativity but don't directly interface with it. Custom pages support flexible application development for workflows tailored to your specific business needs.</description>
    <releaseNotes>https://platform.relativity.com</releaseNotes>
    <copyright>Copyright (c) Relativity</copyright>
    <tags>Relativity Server Custom Pages SDK server-2023</tags>
    <dependencies>
      <group targetFramework=".NETFramework4.6.2">
        <dependency id="Relativity.Server.API.SDK" version="17.4.2" />
        <dependency id="Relativity.Server.Kepler.SDK" version="2.15.6" />
      </group>
    </dependencies>
    <frameworkAssemblies>
      <frameworkAssembly assemblyName="System.Web" targetFramework=".NETFramework4.6.2" />
    </frameworkAssemblies>
    <contentFiles>
      <files include="any/net462/web.config" buildAction="Content" />
      <files include="any/net462/LogConfig.xml" buildAction="Content" />
    </contentFiles>
  </metadata>
</package>