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.
Verifies whether the current user has the permissions specified in the TermStore object.
Namespace: Microsoft.SharePoint.Taxonomy
Assembly: Microsoft.SharePoint.Taxonomy (in Microsoft.SharePoint.Taxonomy.dll)
Syntax
'Declaration
Public Function DoesUserHavePermissions ( _
rights As TaxonomyRights _
) As Boolean
'Usage
Dim instance As TermStore
Dim rights As TaxonomyRights
Dim returnValue As Boolean
returnValue = instance.DoesUserHavePermissions(rights)
public bool DoesUserHavePermissions(
TaxonomyRights rights
)
Parameters
rights
Type: Microsoft.SharePoint.Taxonomy.TaxonomyRightsThe TaxonomyRights permissions to check for the current user
Return Value
Type: System.Boolean
true if the current user has the specified permissions; otherwise, false