Merge with 4.10.0

This commit is contained in:
Morten@Thinkpad-X220
2012-10-08 08:50:01 -02:00
62 changed files with 1130 additions and 626 deletions

View File

@@ -884,6 +884,12 @@ namespace Umbraco.Web.Models
#endregion
#region Is Helpers
public bool IsDocumentType(string docTypeAlias)
{
return this.PublishedContent.IsDocumentType(docTypeAlias);
}
public bool IsNull(string alias, bool recursive)
{
return this.PublishedContent.IsNull(alias, recursive);