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

Namespace: CMS.MediaLibrary
Assembly: CMS.MediaLibrary (in CMS.MediaLibrary.dll) Version: 13.0.131
Syntax
C#
protected virtual string CombineSecurityWhereConditionInternal(
	string where
)

Parameters

where
Type: SystemString
Existing where condition

Return Value

Type: String
Returns where condition
See Also