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: 12.0.0
Syntax public 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:
WhereConditionSee Also