Creates a new instance of the object
Namespace:
NetQuarry.Security
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public ProfileInfo(
string name,
ProfileAttrs attrs,
ObjectPermissions pages,
ObjectPermissions reports,
ObjectPermissions navTargets
)
Public Sub New (
name As String,
attrs As ProfileAttrs,
pages As ObjectPermissions,
reports As ObjectPermissions,
navTargets As ObjectPermissions
)
Parameters
- name
- Type: SystemString
The name of the profile. - attrs
- Type: NetQuarry.SecurityProfileAttrs
Profile attributes. - pages
- Type: NetQuarryObjectPermissions
Default permissions to assign to pages when no other permission is defined. - reports
- Type: NetQuarryObjectPermissions
Default permissions to assign to reports when no other permission is defined. - navTargets
- Type: NetQuarryObjectPermissions
Default permissions to assign to navigation targets when no other permission is defined.
See Also