Class UdiEntityTypeHelper
Inheritance
object
Namespace: Umbraco.Cms.Core
Assembly: Umbraco.Core.dll
Syntax
public static class UdiEntityTypeHelper
Methods
View SourceFromUmbracoObjectType(UmbracoObjectTypes)
Declaration
public static string FromUmbracoObjectType(UmbracoObjectTypes umbracoObjectType)
Parameters
| Type | Name | Description |
|---|---|---|
| UmbracoObjectTypes | umbracoObjectType |
Returns
| Type | Description |
|---|---|
| string |
ToUmbracoObjectType(string)
Declaration
public static UmbracoObjectTypes ToUmbracoObjectType(string entityType)
Parameters
| Type | Name | Description |
|---|---|---|
| string | entityType |
Returns
| Type | Description |
|---|---|
| UmbracoObjectTypes |