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: 8.2.23
Syntax 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:
StringSee Also