PortalRight Enumeration

NOTE: This API is now obsolete.

Obsolete. Use classes in the Microsoft.SharePoint namespace in Windows SharePoint Services 3.0 instead.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

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

Syntax

'Declaration
<ObsoleteAttribute("This enum is obsolete.")> _
<FlagsAttribute> _
Public Enumeration PortalRight
'Usage
Dim instance As PortalRight
[ObsoleteAttribute("This enum is obsolete.")]
[FlagsAttribute]
public enum PortalRight

Members

Member name Description
EmptyMask Obsolete. Obsolete.
ManageSubscriptions Obsolete. Obsolete.
UseSubscriptions Obsolete. Obsolete.
ManagePeople Obsolete. This field has been moved to the Microsoft.Office.Server namespace where the security mode is not role-based.
ManageAudiences Obsolete. This field has been moved to the Microsoft.Office.Server namespace where the security mode is not role-based.
CreatePersonalSite Obsolete. This field has been moved to the Microsoft.Office.Server namespace where the security mode is not role-based.
ManageSearchIndexing Obsolete. This field has been moved to the Microsoft.Office.Server namespace where the security mode is not role-based.
UseSearch Obsolete. Obsolete.
ManageSite Obsolete. Obsolete.
CreateSSCSite Obsolete. Obsolete.
BrowseUserInfo Obsolete. Obsolete.
AllSiteRights Obsolete. Obsolete.
ViewArea Obsolete. Obsolete.
AddListItems Obsolete. Obsolete.
EditListItems Obsolete. Obsolete.
DeleteListItems Obsolete. Obsolete.
CancelCheckout Obsolete. Obsolete.
ManagePersonalViews Obsolete. Obsolete.
ViewPages Obsolete. Obsolete.
AddAndCustomizePages Obsolete. Obsolete.
ApplyStyleSheets Obsolete. Obsolete.
BrowseDirectories Obsolete. Obsolete.
AddDelPrivateWebParts Obsolete. Obsolete.
UpdatePersonalWebParts Obsolete. Obsolete.
CreateCategory Obsolete. Obsolete.
ManageCategory Obsolete. Obsolete.
ManageCategorySecurity Obsolete. Obsolete.
AllCategoryRights Obsolete. Obsolete.

See Also

Reference

Microsoft.SharePoint.Portal.Security Namespace