Skip to content

Instantly share code, notes, and snippets.

@komainu85
Created March 30, 2015 12:58
Show Gist options
  • Save komainu85/bc1c1b209ac198643ed5 to your computer and use it in GitHub Desktop.
Save komainu85/bc1c1b209ac198643ed5 to your computer and use it in GitHub Desktop.
Wallpaper Model
namespace MikeRobbins.WallpaperManager.Models
{
public class Wallpaper : Sitecore.Services.Core.Model.EntityIdentity
{
public string itemId { get; set; }
public string Path { get; set; }
public string Name { get; set; }
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment