View Source
Class IdKeyMapRepository
Inheritance
System.Object
Assembly: Umbraco.Infrastructure.dll
Syntax
public class IdKeyMapRepository : IIdKeyMapRepository
Constructors
View Source
IdKeyMapRepository(IScopeAccessor)
Declaration
public IdKeyMapRepository(IScopeAccessor scopeAccessor)
Parameters
Methods
View Source
GetIdForKey(Guid, UmbracoObjectTypes)
Declaration
public int? GetIdForKey(Guid key, UmbracoObjectTypes umbracoObjectType)
Parameters
Returns
Type |
Description |
System.Nullable<System.Int32> |
|
View Source
GetIdForKey(Int32, UmbracoObjectTypes)
Declaration
public Guid? GetIdForKey(int id, UmbracoObjectTypes umbracoObjectType)
Parameters
Returns
Type |
Description |
System.Nullable<Guid> |
|