ForumInfoProviderCombineSecurityWhereCondition Method |
Add security where condition to the existing where condition.
Namespace: CMS.ForumsAssembly: CMS.Forums (in CMS.Forums.dll) Version: 12.0.0
Syntax public 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