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
- CatID
Type: System.Guid
Return Value
Type: []