Click or drag to resize
ApplicationUIHelperFilterApplications Method
Filter applications which are not available for a given user.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 10.0.0
Syntax
C#
public static DataSet FilterApplications(
	DataSet ds,
	UserInfo user,
	bool ensureCategories
)

Parameters

ds
Type: System.DataDataSet
Dataset with applications and categories
user
Type: CMS.MembershipUserInfo
Related user
ensureCategories
Type: SystemBoolean
Indicates whether resulting data set also contains categories

Return Value

Type: DataSet
See Also