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