Search Results for

    Show / Hide Table of Contents
    View Source

    Class TagQuery

    Implements ITagQuery.

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public class TagQuery : ITagQuery

    Constructors

    View Source

    TagQuery(ITagService, IPublishedContentQuery, IUmbracoMapper)

    Initializes a new instance of the TagQuery class.

    Declaration
    public TagQuery(ITagService tagService, IPublishedContentQuery contentQuery, IUmbracoMapper mapper)
    Parameters
    Type Name Description
    ITagService tagService
    IPublishedContentQuery contentQuery
    IUmbracoMapper mapper

    Methods

    View Source

    GetAllContentTags(String, String)

    Declaration
    public IEnumerable<TagModel> GetAllContentTags(string group = null, string culture = null)
    Parameters
    Type Name Description
    System.String group
    System.String culture
    Returns
    Type Description
    IEnumerable<TagModel>
    View Source

    GetAllMediaTags(String, String)

    Declaration
    public IEnumerable<TagModel> GetAllMediaTags(string group = null, string culture = null)
    Parameters
    Type Name Description
    System.String group
    System.String culture
    Returns
    Type Description
    IEnumerable<TagModel>
    View Source

    GetAllMemberTags(String, String)

    Declaration
    public IEnumerable<TagModel> GetAllMemberTags(string group = null, string culture = null)
    Parameters
    Type Name Description
    System.String group
    System.String culture
    Returns
    Type Description
    IEnumerable<TagModel>
    View Source

    GetAllTags(String, String)

    Declaration
    public IEnumerable<TagModel> GetAllTags(string group = null, string culture = null)
    Parameters
    Type Name Description
    System.String group
    System.String culture
    Returns
    Type Description
    IEnumerable<TagModel>
    View Source

    GetContentByTag(String, String, String)

    Declaration
    public IEnumerable<IPublishedContent> GetContentByTag(string tag, string group = null, string culture = null)
    Parameters
    Type Name Description
    System.String tag
    System.String group
    System.String culture
    Returns
    Type Description
    IEnumerable<IPublishedContent>
    View Source

    GetContentByTagGroup(String, String)

    Declaration
    public IEnumerable<IPublishedContent> GetContentByTagGroup(string group, string culture = null)
    Parameters
    Type Name Description
    System.String group
    System.String culture
    Returns
    Type Description
    IEnumerable<IPublishedContent>
    View Source

    GetMediaByTag(String, String, String)

    Declaration
    public IEnumerable<IPublishedContent> GetMediaByTag(string tag, string group = null, string culture = null)
    Parameters
    Type Name Description
    System.String tag
    System.String group
    System.String culture
    Returns
    Type Description
    IEnumerable<IPublishedContent>
    View Source

    GetMediaByTagGroup(String, String)

    Declaration
    public IEnumerable<IPublishedContent> GetMediaByTagGroup(string group, string culture = null)
    Parameters
    Type Name Description
    System.String group
    System.String culture
    Returns
    Type Description
    IEnumerable<IPublishedContent>
    View Source

    GetTagsForEntity(Int32, String, String)

    Declaration
    public IEnumerable<TagModel> GetTagsForEntity(int contentId, string group = null, string culture = null)
    Parameters
    Type Name Description
    System.Int32 contentId
    System.String group
    System.String culture
    Returns
    Type Description
    IEnumerable<TagModel>
    View Source

    GetTagsForProperty(Int32, String, String, String)

    Declaration
    public IEnumerable<TagModel> GetTagsForProperty(int contentId, string propertyTypeAlias, string group = null, string culture = null)
    Parameters
    Type Name Description
    System.Int32 contentId
    System.String propertyTypeAlias
    System.String group
    System.String culture
    Returns
    Type Description
    IEnumerable<TagModel>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • TagQuery(ITagService, IPublishedContentQuery, IUmbracoMapper)
    • Methods
      • GetAllContentTags(String, String)
      • GetAllMediaTags(String, String)
      • GetAllMemberTags(String, String)
      • GetAllTags(String, String)
      • GetContentByTag(String, String, String)
      • GetContentByTagGroup(String, String)
      • GetMediaByTag(String, String, String)
      • GetMediaByTagGroup(String, String)
      • GetTagsForEntity(Int32, String, String)
      • GetTagsForProperty(Int32, String, String, String)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX