Search Results for

    Show / Hide Table of Contents

    Enum PermissionKind

    Index to check if flag for a permission is set or not in SPBasePermissions enumeration

    Namespace: PnP.Core.Model.SharePoint
    Assembly: PnP.Core.dll
    Syntax
    public enum PermissionKind : int

    AddAndCustomizePages

    Add, change, or delete HTML pages or Web Part Pages, and edit the Site using a Windows SharePoint Services compatible editor.

    AddDelPrivateWebParts

    Add or remove personal Web Parts on a Web Part Page.

    AddListItems

    Add items to lists, documents to document libraries, and Web discussion comments.

    AnonymousSearchAccessList

    Make content of a list or document library retrieveable for anonymous users through SharePoint search. The list permissions in the site do not change.

    AnonymousSearchAccessWebLists

    Content of lists and document libraries in the Web site will be retrieveable for anonymous users through SharePoint search if the list or document library has AnonymousSearchAccessList set.

    ApplyStyleSheets

    Apply a style sheet (.css file) to the Site.

    ApplyThemeAndBorder

    Apply a theme or borders to the entire Site.

    ApproveItems

    Approve a minor version of a list item or document.

    BrowseDirectories

    Enumerate files and folders in a Site using Microsoft Office SharePoint Designer and WebDAV interfaces.

    BrowseUserInfo

    View information about users of the Site.

    CancelCheckout

    Discard or check in a document which is checked out to another user.

    CreateAlerts

    Create e-mail alerts.

    CreateGroups

    Create a group of users that can be used anywhere within the site collection.

    CreateSSCSite

    Create a Site using Self-Service Site Creation.

    DeleteListItems

    Delete items from a list, documents from a document library, and Web discussion comments in documents.

    DeleteVersions

    Delete past versions of a list item or document.

    EditListItems

    Edit items in lists, edit documents in document libraries, edit Web discussion comments in documents, and customize Web Part Pages in document libraries.

    EditMyUserInfo

    Allows a user to change his or her user information, such as adding a picture.

    EmptyMask

    Has no permissions on the Site. Not available through the user interface.

    EnumeratePermissions

    Enumerate permissions on Site, list, folder, document, or list item.

    FullMask

    Has all permissions on the Site. Not available through the user interface.

    ManageAlerts

    Manage alerts for all users of the Site.

    ManageLists

    Create and delete lists, add or remove columns in a list, and add or remove public views of a list.

    ManagePermissions

    Create and change permission levels on the Site and assign permissions to users and groups.

    ManagePersonalViews

    Create, change, and delete personal views of lists.

    ManageSubwebs

    Create subsites such as team sites, Meeting Workspace sites, and Document Workspace sites.

    ManageWeb

    Grant the ability to perform all administration tasks for the Site as well as manage content, activate, deactivate, or edit properties of Site scoped Features through the object model or through the user interface (UI). When granted on the root Site of a Site Collection, activate, deactivate, or edit properties of site collection scoped Features through the object model. To browse to the Site Collection Features page and activate or deactivate Site Collection scoped Features through the UI, you must be a Site Collection administrator.

    Open

    Allow users to open a Site, list, or folder to access items inside that container.

    OpenItems

    View the source of documents with server-side file handlers.

    UpdatePersonalWebParts

    Update Web Parts to display personalized information.

    UseClientIntegration

    Use features that launch client applications. Otherwise, users must work on documents locally and upload changes.

    UseRemoteAPIs

    Use SOAP, WebDAV, or Microsoft Office SharePoint Designer interfaces to access the Site.

    ViewFormPages

    View forms, views, and application pages, and enumerate lists.

    ViewListItems

    View items in lists, documents in document libraries, and Web discussion comments.

    ViewPages

    View pages in a Site.

    ViewUsageData

    View reports on Site usage.

    ViewVersions

    View past versions of a list item or document.

    Back to top PnP Core SDK
    Generated by DocFX with Material UI
    spacer