Skip to content

Instantly share code, notes, and snippets.

View harvzor's full-sized avatar
🦙

Harvey Williams harvzor

🦙
View GitHub Profile
@harvzor
harvzor / Domain.cs
Last active August 29, 2015 14:17 — forked from florisrobbemont/Domain.cs
Queries the Umbraco database and returns a list of either all domains, or all domains associated with a particular node ID.
/// <summary>
/// Represents a domain
/// </summary>
public class Domain
{
/// <summary>
/// Gets the unique domain id
/// </summary>
public int DomainId { get; set; }