Overload List

  Name Description
Public method GetBlogs(String, Int32)
Fetches collections blog entity using its slug. If exact match cannot be located, the blog with the most similar slug will be returned, enabling the LIKE search operation in the blog manager screen.
Public method GetBlogs(Int32, Int32, Int32%)
Retrieve all blogs for a particular language and application instance.
Public method GetBlogs(Nullable<(Of <<'(Guid>)>>), Int32, Int32, Int32%)
Retrieves a list of blogs for a particular user. Empty user name (in cases when user is in the admin roles) get a list of all blogs.
Public method GetBlogs(String, Int32, Int32, Int32%)
Retrieves a list of blogs for a particular user. Empty user name (in cases when user is in the admin roles) get a list of all blogs.
Public method GetBlogs(Nullable<(Of <<'(Guid>)>>), Nullable<(Of <<'(Guid>)>>), Int32, Int32, Int32%)
Retrieve all blogs for a particular language and application instance.

See Also