Click or drag to resize

VGRolesInstanceGetAllProfileAttributes Method (Int32, Int32)

Gets all profile attributes for role.

Namespace:  Novalys.VisualGuard.Security.Membership
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2019.1.831.19 (2019.1.0831.19)
Syntax
public List<VGRoleProfileAttribute> GetAllProfileAttributes(
	int pageIndex,
	int pageSize
)

Parameters

pageIndex
Type: SystemInt32
pageIndex
pageSize
Type: SystemInt32
pageSize

Return Value

Type: ListVGRoleProfileAttribute
Profile Attributes for role
See Also