ProfileInfosNavTargetPermissions Method |
Returns the nav target permissions for the profile
Namespace:
NetQuarry.Security
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public ObjectPermissions NavTargetPermissions(
string profileName
)
Public Function NavTargetPermissions (
profileName As String
) As ObjectPermissions
Parameters
- profileName
- Type: SystemString
The name of the profile.
Return Value
Type:
ObjectPermissionsThe default permissions to assign to navigation targets
See Also