Group.GetEffectivePermissions method
Gets the TaxonomyRights permissions of the current user in this Group object
Namespace: Microsoft.SharePoint.Taxonomy
Assembly: Microsoft.SharePoint.Taxonomy (in Microsoft.SharePoint.Taxonomy.dll)
Syntax
'Declaration
Public Function GetEffectivePermissions As TaxonomyRights
'Usage
Dim instance As Group
Dim returnValue As TaxonomyRights
returnValue = instance.GetEffectivePermissions()
public TaxonomyRights GetEffectivePermissions()
Return value
Type: Microsoft.SharePoint.Taxonomy.TaxonomyRights
The TaxonomyRights permissions of the current user in this Group
See also
Reference
Microsoft.SharePoint.Taxonomy namespace