SPItem.GetUserEffectivePermissions method

Reserved for future use.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Overrides Function GetUserEffectivePermissions ( _
    userName As String _
) As SPBasePermissions
'Usage
Dim instance As SPItem
Dim userName As String
Dim returnValue As SPBasePermissions

returnValue = instance.GetUserEffectivePermissions(userName)
public override SPBasePermissions GetUserEffectivePermissions(
    string userName
)

Parameters

Return value

Type: Microsoft.SharePoint.SPBasePermissions
SPBasePermissions
Always throws NotImplementedException when called.

See also

Reference

SPItem class

SPItem members

Microsoft.SharePoint namespace