Merge with 4.10.0
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user