Click or drag to resize

UserAndGroupTypeServiceHaveVisibleOrReadOnlyFields Method

Namespace:  Dynamicweb.Security.UserManagement.UserTypes
Assembly:  Dynamicweb.Security (in Dynamicweb.Security.dll) Version: 11.0.2
Syntax
public static bool HaveVisibleOrReadOnlyFields(
	UserAndGroupType item,
	IEnumerable<UserDataBaseField> dbFields
)

Parameters

item
Type: Dynamicweb.Security.UserManagement.UserTypesUserAndGroupType
dbFields
Type: System.Collections.GenericIEnumerableUserDataBaseField

Return Value

Type: Boolean
See Also