Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IIdKeyMap

    Namespace: Umbraco.Cms.Core.Services
    Assembly: Umbraco.Core.dll
    Syntax
    public interface IIdKeyMap

    Methods

    View Source

    ClearCache()

    Declaration
    void ClearCache()
    View Source

    ClearCache(Guid)

    Declaration
    void ClearCache(Guid key)
    Parameters
    Type Name Description
    Guid key
    View Source

    ClearCache(Int32)

    Declaration
    void ClearCache(int id)
    Parameters
    Type Name Description
    System.Int32 id
    View Source

    GetIdForKey(Guid, UmbracoObjectTypes)

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

    GetIdForUdi(Udi)

    Declaration
    Attempt<int> GetIdForUdi(Udi udi)
    Parameters
    Type Name Description
    Udi udi
    Returns
    Type Description
    Attempt<System.Int32>
    View Source

    GetKeyForId(Int32, UmbracoObjectTypes)

    Declaration
    Attempt<Guid> GetKeyForId(int id, UmbracoObjectTypes umbracoObjectType)
    Parameters
    Type Name Description
    System.Int32 id
    UmbracoObjectTypes umbracoObjectType
    Returns
    Type Description
    Attempt<Guid>
    View Source

    GetUdiForId(Int32, UmbracoObjectTypes)

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