| ForumInfoProviderCombineSecurityWhereCondition 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: SystemString
Existing where condition - communityGroupId
 - Type: SystemInt32
Community group ID 
Return Value
Type: 
StringReturns where condition
See Also