MediaLibraryInfoProviderCombineSecurityWhereConditionInternal Method |
Add security where condition to the existing where condition.
Namespace: CMS.MediaLibraryAssembly: CMS.MediaLibrary (in CMS.MediaLibrary.dll) Version: 12.0.0
Syntax protected virtual string CombineSecurityWhereConditionInternal(
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