'Declaration
Public Function GetEffectivePermissions( _ ByVal ParamArray requestedOIDs() As OID _ ) As Dictionary(Of OID,Integer())
public Dictionary<OID,int[]> GetEffectivePermissions( params OID[] requestedOIDs )
Parameters
- requestedOIDs
- The OIDs of the object(s) to check permissions for.
Return Value
A dictionary of permission sets for the objects.