Click or drag to resize
ForumInfoProviderCombineSecurityWhereCondition Method
Add security where condition to the existing where condition.

Namespace: CMS.Forums
Assembly: CMS.Forums (in CMS.Forums.dll) Version: 9.0.0
Syntax
C#
public static string CombineSecurityWhereCondition(
	string where,
	int communityGroupId
)

Parameters

where
Type: SystemString
Existing where condition
communityGroupId
Type: SystemInt32
Community group ID

Return Value

Type: String
Returns where condition
See Also