| ProjectTaskInfoProviderCombineSecurityWhereCondition Method  | 
            Add security where condition to the existing where condition.
            
 
Namespace: CMS.ProjectManagementAssembly: CMS.ProjectManagement (in CMS.ProjectManagement.dll) Version: 8.2.23
Syntaxpublic static string CombineSecurityWhereCondition(
	string where,
	CurrentUserInfo currentUser,
	string siteName
)
Parameters
- 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