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