| BlogHelperGetBlogsWhere Method | 
            Returns combined where condition using given ownerId, moderator name and custom where condition.
            
 
Namespace: CMS.BlogsAssembly: CMS.Blogs (in CMS.Blogs.dll) Version: 10.0.0
 Syntax
Syntaxpublic static WhereCondition GetBlogsWhere(
	int ownerId,
	string moderator,
	string customWhere
)
Parameters
- ownerId
- Type: SystemInt32
 Blog owner (user ID)
- moderator
- Type: SystemString
 Blog moderator (user name)
- customWhere
- Type: SystemString
 Additional WHERE condition
Return Value
Type: 
WhereCondition See Also
See Also