Click or drag to resize
BlogHelperGetBlogsWhere Method
Returns combined where condition using given ownerId, moderator name and custom where condition.

Namespace: CMS.Blogs
Assembly: CMS.Blogs (in CMS.Blogs.dll) Version: 9.0.0
Syntax
C#
public static string 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: String
See Also