Skip to content

Instantly share code, notes, and snippets.

@sitereactor
sitereactor / RemoveNodeFromContentTree.cs
Created June 5, 2013 13:39
Very basic example of removing a node from the Content tree by a DocumentType alias.
using System;
using umbraco.BusinessLogic;
using umbraco.cms.presentation.Trees;
public class SecrectContent : ApplicationBase
{
public SecrectContent()
{
BaseContentTree.AfterNodeRender += BaseContentTree_AfterNodeRender;
}
@florisrobbemont
florisrobbemont / Domain.cs
Created March 13, 2013 20:09
Umbraco Get All Domains
/// <summary>
/// Represents a domain
/// </summary>
public class Domain
{
/// <summary>
/// Gets the unique domain id
/// </summary>
public int DomainId { get; set; }
@kevinSuttle
kevinSuttle / meta-tags.md
Last active May 30, 2025 13:08 — forked from lancejpollard/meta-tags.md
List of Usable HTML Meta and Link Tags