Interface IDictionaryService
Provides utility services for dictionary items.
Namespace: Umbraco.Cms.Core.Services
Assembly: Umbraco.Core.dll
Syntax
public interface IDictionaryService
Methods
View SourceCalculatePath(Guid?, int)
Calculates the hierarchical path for a dictionary item.
Declaration
string CalculatePath(Guid? parentId, int sourceId)
Parameters
| Type | Name | Description |
|---|---|---|
| Guid? | parentId | The unique identifier of the parent dictionary item, or |
| int | sourceId | The source identifier of the dictionary item. |
Returns
| Type | Description |
|---|---|
| string | The calculated path string. |