Click or drag to resize
ForumRoleInfoProviderDeleteAllRoles Method
Delete all forum roles.

Namespace: CMS.Forums
Assembly: CMS.Forums (in CMS.Forums.dll) Version: 10.0.0
Syntax
C#
public static void DeleteAllRoles(
	IWhereCondition where
)

Parameters

where
Type: CMS.DataEngineIWhereCondition
Where condition
See Also