Click or drag to resize

ProfileInfosDefaultPermissions Method

The default permissions for the specified set of profiles. Applies only when no permissions are explicitly specified for the object.

Namespace:  NetQuarry.Security
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public DefaultPermissions DefaultPermissions(
	UserProfiles profiles
)

Parameters

profiles
Type: NetQuarry.SecurityUserProfiles
The set of profiles.

Return Value

Type: DefaultPermissions
The default permissions for the object.
See Also