Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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