Returns combined where condition using given ownerId, moderator name and custom where condition.
Namespace: CMS.BlogsAssembly: CMS.Blogs (in CMS.Blogs.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- ownerId
- Type: System Int32
Blog owner (user ID)
- moderator
- Type: System String
Blog moderator (user name)
- customWhere
- Type: System String
Additional WHERE conditoin
Return Value
Type: StringSee Also