Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IIdKeyMapRepository

    Namespace: Umbraco.Cms.Core.Persistence.Repositories
    Assembly: Umbraco.Core.dll
    Syntax
    public interface IIdKeyMapRepository

    Methods

    View Source

    GetIdForKey(Guid, UmbracoObjectTypes)

    Declaration
    int? GetIdForKey(Guid key, UmbracoObjectTypes umbracoObjectType)
    Parameters
    Type Name Description
    Guid key
    UmbracoObjectTypes umbracoObjectType
    Returns
    Type Description
    System.Nullable<System.Int32>
    View Source

    GetIdForKey(Int32, UmbracoObjectTypes)

    Declaration
    Guid? GetIdForKey(int id, UmbracoObjectTypes umbracoObjectType)
    Parameters
    Type Name Description
    System.Int32 id
    UmbracoObjectTypes umbracoObjectType
    Returns
    Type Description
    System.Nullable<Guid>
    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • GetIdForKey(Guid, UmbracoObjectTypes)
      • GetIdForKey(Int32, UmbracoObjectTypes)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX