Method | Description | |
---|---|---|
GetTagsForBlog ( |
Gets the tags for the blog
|
|
GetTagsForEntry ( |
Gets the tags for a blog entry and sorts by weight
|
|
TagManager ( ) : System | ||
TagManager ( IEntryManager entryManager = null ) : System |
Method | Description | |
---|---|---|
ExtractAndSortTags ( IEnumerable |
Extracts the tags from a collection of
|
Method | Description | |
---|---|---|
GetAllTags ( ) : int>.Dictionary |
||
GetAllTags ( |
||
GetTagsByBlog ( ID blogId ) : string[] | ||
GetTagsByBlog ( System.Item blogItem ) : string[] | ||
GetTagsByEntry ( |
||
SortByWeight ( IEnumerable |
protected ExtractAndSortTags ( IEnumerable |
||
entries | IEnumerable |
The entries to get the tags from |
return | Tag[] |
public GetTagsForBlog ( |
||
blog | ||
return | Tag[] |
public GetTagsForEntry ( |
||
entry | The entry to get the tags for | |
return | Tag[] |
public TagManager ( IEntryManager entryManager = null ) : System | ||
entryManager | IEntryManager | |
return | System |