Click or drag to resize

ModulePermissionCollectionRemove Method

Namespace:  Dynamicweb.Security.UserManagement
Assembly:  Dynamicweb.Security (in Dynamicweb.Security.dll) Version: 11.0.2
Syntax
public bool Remove(
	KeyValuePair<string, ModulePermission> item
)

Parameters

item
Type: System.Collections.GenericKeyValuePairString, ModulePermission

Return Value

Type: Boolean

Implements

ICollectionTRemove(T)
See Also