added some comments.

This commit is contained in:
Shannon Deminick
2012-12-09 03:45:55 +05:00
parent 1de43347d5
commit 43560a04d3

View File

@@ -472,7 +472,11 @@ namespace Umbraco.Web
public override int TemplateId
{
get { return _templateId; }
get
{
//TODO: should probably throw a not supported exception since media doesn't actually support this.
return _templateId;
}
}
public override int SortOrder