| ProjectTaskInfoProviderCombineSecurityWhereConditionInternal Method  | 
            Add security where condition to the existing where condition.
            
 
Namespace: CMS.ProjectManagementAssembly: CMS.ProjectManagement (in CMS.ProjectManagement.dll) Version: 8.2.23
Syntaxprotected virtual string CombineSecurityWhereConditionInternal(
	string permission,
	string where,
	CurrentUserInfo currentUser,
	string siteName
)
Parameters
- permission
 - Type: SystemString
The permission name - where
 - Type: SystemString
Existing where condition - currentUser
 - Type: CMS.MembershipCurrentUserInfo
The current user - siteName
 - Type: SystemString
Name of the site 
Return Value
Type: 
String
See Also