Click or drag to resize
ProjectTaskInfoProviderCombineSecurityWhereConditionInternal 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#
protected 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