Namespace: Cartella.Interfaces
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)
Syntax
C# |
---|
IGroup[] GetGroupsNotInRoleByEntity( string entityID, string roleID, bool excludeInheritedPermissions, string filter ) |
Visual Basic |
---|
Function GetGroupsNotInRoleByEntity ( _ entityID As String, _ roleID As String, _ excludeInheritedPermissions As Boolean, _ filter As String _ ) As IGroup() |
Visual C++ |
---|
array<IGroup^>^ GetGroupsNotInRoleByEntity( String^ entityID, String^ roleID, bool excludeInheritedPermissions, String^ filter ) |
Parameters
- entityID
- Type: System..::..String
- roleID
- Type: System..::..String
- excludeInheritedPermissions
- Type: System..::..Boolean
- filter
- Type: System..::..String