TagInfoProvider GetTags Method Kentico 8.0 API Reference
Overload List

  NameDescription
Public methodStatic memberGetTags 
Returns a query for all the TagInfo objects.
Public methodStatic memberGetTags(String, String, Int32, String)
Returns all the tags filtered by where condition and sorted by orderBy expression.
Public methodStatic memberGetTags(Int32, String, String, Int32, String)
Returns all the tags for specified document filtered by where condition.
Public methodStatic memberGetTags(String, Int32, String, String, Int32)
Returns tags set according specified criteria.
Back to Top
See Also