C# 클래스 Sitecore.Modules.WeBlog.Managers.TagManager

상속: ITagManager
파일 보기 프로젝트 열기: WeTeam/WeBlog 1 사용 예제들

공개 메소드들

메소드 설명
GetTagsForBlog ( BlogHomeItem blog ) : Tag[]

Gets the tags for the blog

GetTagsForEntry ( EntryItem entry ) : Tag[]

Gets the tags for a blog entry and sorts by weight

TagManager ( ) : System
TagManager ( IEntryManager entryManager = null ) : System

보호된 메소드들

메소드 설명
ExtractAndSortTags ( IEnumerable entries ) : Tag[]

Extracts the tags from a collection of

비공개 메소드들

메소드 설명
GetAllTags ( ) : int>.Dictionary
GetAllTags ( BlogHomeItem blog ) : int>.Dictionary
GetTagsByBlog ( ID blogId ) : string[]
GetTagsByBlog ( System.Item blogItem ) : string[]
GetTagsByEntry ( EntryItem entry ) : int>.Dictionary
SortByWeight ( IEnumerable tags ) : int>.Dictionary

메소드 상세

ExtractAndSortTags() 보호된 메소드

Extracts the tags from a collection of
protected ExtractAndSortTags ( IEnumerable entries ) : Tag[]
entries IEnumerable The entries to get the tags from
리턴 Tag[]

GetTagsForBlog() 공개 메소드

Gets the tags for the blog
public GetTagsForBlog ( BlogHomeItem blog ) : Tag[]
blog Sitecore.Modules.WeBlog.Data.Items.BlogHomeItem
리턴 Tag[]

GetTagsForEntry() 공개 메소드

Gets the tags for a blog entry and sorts by weight
public GetTagsForEntry ( EntryItem entry ) : Tag[]
entry Sitecore.Modules.WeBlog.Data.Items.EntryItem The entry to get the tags for
리턴 Tag[]

TagManager() 공개 메소드

public TagManager ( ) : System
리턴 System

TagManager() 공개 메소드

public TagManager ( IEntryManager entryManager = null ) : System
entryManager IEntryManager
리턴 System