Add enumeration for deep linking types
This commit is contained in:
22
umbraco/cms/helpers/DeepLinkType.cs
Normal file
22
umbraco/cms/helpers/DeepLinkType.cs
Normal file
@@ -0,0 +1,22 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
||||
namespace umbraco.cms.helpers
|
||||
{
|
||||
public enum DeepLinkType
|
||||
{
|
||||
Template,
|
||||
DocumentType,
|
||||
Content,
|
||||
Media,
|
||||
MediaType,
|
||||
XSLT,
|
||||
RazorScript,
|
||||
Css,
|
||||
Javascript,
|
||||
Macro,
|
||||
DataType
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user