Gets all profile attributes for role.

Namespace: Novalys.VisualGuard.Security.Membership
Assembly: Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2017.0.101.17 (2017.0.101.17)

Syntax

C#
public List<VGRoleProfileAttribute> GetAllProfileAttributes(
	int pageIndex,
	int pageSize
)
Visual Basic
Public Function GetAllProfileAttributes ( 
	pageIndex As Integer,
	pageSize As Integer
) As List(Of VGRoleProfileAttribute)

Parameters

pageIndex
Type: System..::..Int32
pageIndex
pageSize
Type: System..::..Int32
pageSize

Return Value

Type: List<(Of <(<'VGRoleProfileAttribute>)>)>
Profile Attributes for role

See Also