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