Skip to main content
SCE Documentation

Blog

Installing Blog

  1. Open Visual Studio Solution. Once the solution is opened, go to “Tools” and select “NuGet Package Manager” then select “Manage NuGet Packages for solution”.
  2. Change the package source to be “FHSS Nuget”, go to “Browse” and search for “Blog”, then select the package titled “Byu.Fhss.Sce.Blog” and click “Install” to the right. On any prompts that appear thereafter, make sure to continue the installation.
  3. Once the installation is complete, make sure the solution still builds.
  4. If the solution does not build, install the nuget package "Byu.Fhss.Sce" and "Byu.Fhss.Sce.Util".
  5. Go to the folder "Models" in your project and delete any Blog models.
  6. Rebuild the solution and make sure there are no errors.

Updating Blog

  1. Open Visual Studio Solution. Once the solution is opened, go to “Tools” and select “NuGet Package Manager” then select “Manage NuGet Packages for solution”.
  2. Change the package source to be “FHSS Nuget”, go to “Updates” and search for “Blog”, then select the package titled “Byu.Fhss.Sce.Blog” and click “Update/Install” to the right. On any prompts that appear thereafter, make sure to continue the installation.
  3. Once the installation is complete, make sure the solution still builds.
  4. If the solution does not build, install the nuget package "Byu.Fhss.Sce" and "Byu.Fhss.Sce.Util".
  5. Go to the folder "Models" in your project and delete any Blog models.
  6. Rebuild the solution and make sure there are no errors.

Get Blog Posts Outside Manager

  1. Use a JavaScript/JQuery get method with the endpoint "/BlogApi/Previews/[your blog name]/[# of blog posts to get]".