Click or drag to resize
DocumentFilterSearchResultsParameters Constructor
Constructor

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 9.0.0
Syntax
C#
public DocumentFilterSearchResultsParameters(
	IUserInfo user,
	bool checkPermissions,
	string culture,
	bool combineWithDefaultCulture
)

Parameters

user
Type: CMS.BaseIUserInfo
User to check against
checkPermissions
Type: SystemBoolean
Check permissions flag
culture
Type: SystemString
Culture
combineWithDefaultCulture
Type: SystemBoolean
Combine with default culture
See Also