Share via


SecurityManager.GetPortalRoleForCategoryManager Method

NOTE: This API is now obsolete.

Obsolete.

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

Syntax

'Declaration
<ObsoleteAttribute("This class is obsolete.")> _
Public Shared Function GetPortalRoleForCategoryManager ( _
    ctx As PortalContext, _
    CatID As Guid _
) As Role()
'Usage
Dim ctx As PortalContext
Dim CatID As Guid
Dim returnValue As Role()

returnValue = SecurityManager.GetPortalRoleForCategoryManager(ctx, _
    CatID)
[ObsoleteAttribute("This class is obsolete.")]
public static Role[] GetPortalRoleForCategoryManager(
    PortalContext ctx,
    Guid CatID
)

Parameters

Return Value

Type: []

See Also

Reference

SecurityManager Class

SecurityManager Members

Microsoft.SharePoint.Portal.Security Namespace