Returns all blogs from specified site, optionally owned by specified user or moderated by specified user.
Namespace: CMS.BlogsAssembly: CMS.Blogs (in CMS.Blogs.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- siteName
- Type: System.String
Site name
- ownerId (Optional)
- Type: System.Int32
Blog owner (user ID)
- moderator (Optional)
- Type: System.String
Blog moderator (user name)
- columns (Optional)
- Type: System.String
Columns to be selected
- customWhere (Optional)
- Type: System.String
Additional WHERE condition
Return Value
Type: DataSetSee Also