ForumInfoProvider.CombineSecurityWhereCondition Method |
Add security where condition to the existing where condition.
Namespace: CMS.ForumsAssembly: CMS.Forums (in CMS.Forums.dll) Version: 8.2.23
Syntaxpublic static string CombineSecurityWhereCondition(
string where,
int communityGroupId
)
Parameters
- where
- Type: System.String
Existing where condition - communityGroupId
- Type: System.Int32
Community group ID
Return Value
Type:
StringReturns where condition
See Also