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

Namespace: CMS.ProjectManagement
Assembly: CMS.ProjectManagement (in CMS.ProjectManagement.dll) Version: 8.2.23
Syntax
C#
public 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