30+ SharePoint Custom Actions Location and Sample

30+ SharePoint Custom Actions Location and Sample                                     
                               Skip to end of metadata
Go to start of metadata

Adding Custom Actions in SharePoint is a straightforward process - MSDN has excellent example on how to add Custom Actions to various menus through a SharePoint Feature. The following guide provide complete reference for developer to examine the locations, group IDs and sample screenshots that are used in defining the CustomAction elements of custom actions. Additionally, you can download solution package (WSP) and source codes here:

  • Sky Drive - CustomWare.SharePoint.CustomActionSample.zip

Part 2 show examples of custom actions for SharePoint Central Administration Application Management and Operation page. In Part 3, you'll find additional missing custom actions group IDs and locations in MSDN
for Sharepoint Central Administration Shared Service Administration page.

Per-item edit control block (ECB) menu of document library

CustomActionId: EditControlBlock

CustomActionGroupId: None

CustomAction Element:

?
<!-- EditControlBlock : Corresponds to the per-item edit control block (ECB) menu-->
< CustomAction
Id = "CustomWareCustomActions.EditControlBlock"
RegistrationType = "List"
RegistrationId = "101"
Location = "EditControlBlock"
Sequence = "1000"
Title = "CUSTOMWARE - EditControlBlock" >
< UrlAction Url = "<a href="http://www.customware.net/" "="">http://www.customware.net" />
</ CustomAction >

Screenshot:  




Toolbar menu at the display form of document library

CustomActionId: DisplayFormToolbar

CustomActionGroupId: None

CustomAction Element:

?
<!-- DisplayFormToolbar : Location corresponds to the display form toolbar of lists -->
< CustomAction
Id = "CustomWareCustomActions.DisplayFormToolbar"
RegistrationType = "List"
RegistrationId = "101"
Location = "DisplayFormToolbar"
Sequence = "1000"
Title = "CUSTOMWARE - DisplayFormToolbar" >
< UrlAction Url = "<a href="http://www.customware.net/" "="">http://www.customware.net" />
</ CustomAction >

Screenshot: 


Toolbar menu at the edit form of document library

CustomActionId: EditFormToolbar 

CustomActionGroupId: None

CustomAction Element:

?
<!-- EditFormToolbar : Location corresponds to the edit form toolbar of lists -->
< CustomAction
Id = "CustomWareCustomActions.EditFormToolbar"
RegistrationType = "List"
RegistrationId = "101"
Location = "EditFormToolbar"
Sequence = "1000"
Title = "CUSTOMWARE - EditFormToolbar" >
< UrlAction Url = "<a href="http://www.customware.net/" "="">http://www.customware.net" />
</ CustomAction >

Screenshot: 



Toolbar menu at the new form of document library

CustomActionId: NewFormToolbar

CustomActionGroupId: None

CustomAction Element:

?
<!-- NewFormToolbar : Location corresponds to the new form toolbar of lists -->
< CustomAction
Id = "CustomWareCustomActions.NewFormToolbar"
RegistrationType = "List"
RegistrationId = "101"
Location = "NewFormToolbar"
Sequence = "1000"
Title = "CUSTOMWARE - NewFormToolbar" >
< UrlAction Url = "<a href="http://www.customware.net/" "="">http://www.customware.net" />
</ CustomAction >

Screenshot: 



 


Toolbar menu at the list view of document library

CustomActionId: ViewToolbar  

*CustomActionGroupId: *None

CustomAction Element:

?
<!-- ViewToolbar : Location corresponds to the toolbar in list views -->
<CustomAction
Id= "CustomWareCustomActions.ViewToolbar"
RegistrationType= "List"
RegistrationId= "101"
Location= "ViewToolbar"
Sequence= "1000"
Title= "CUSTOMWARE - ViewToolbar" >
<UrlAction Url= "<a href="http://www.customware.net/success" "="">http://www.customware.net/success" />
</CustomAction>

Screenshot:  



 


Site Actions menu at list view of document library

CustomActionId: Microsoft.SharePoint.StandardMenu 

CustomActionGroupId: ActionsMenu 

CustomAction Element:

?
<!-- Microsoft.SharePoint.StandardMenu : ActionsMenu : Site Actions menu of document library -->
< CustomAction Id = "CustomWareCustomActions.Microsoft.SharePoint.StandardMenu.CustomList.ActionsMenu"
RegistrationType = "List"
RegistrationId = "101"
GroupId = "ActionsMenu"
Location = "Microsoft.SharePoint.StandardMenu"
Sequence = "1000"
Title = "CUSTOMWARE - Microsoft.SharePoint.StandardMenu : ActionsMenu" >
< UrlAction Url = "<a href="http://www.customware.net/success" "="">http://www.customware.net/success" />
</ CustomAction >


Screenshot: 



 


New menu at list view of document library

CustomActionId: Microsoft.SharePoint.StandardMenu

CustomActionGroupId: NewMenu

CustomAction Element:

?
<!-- Microsoft.SharePoint.StandardMenu : NewMenu : New menu in list of document library -->
< CustomAction Id = "CustomWareCustomActions.Microsoft.SharePoint.StandardMenu.CustomList.NewMenu"
RegistrationType = "List"
RegistrationId = "101"
GroupId = "NewMenu"
Rights = "ManagePermissions"
Location = "Microsoft.SharePoint.StandardMenu"
Sequence = "1000"
Title = "CUSTOMWARE - Microsoft.SharePoint.StandardMenu : NewMenu" >
< UrlAction Url = "<a href="http://www.customware.net/success" "="">http://www.customware.net/success" />
</ CustomAction >

Screenshot: 



 


Settings menu at list view of document library

CustomActionId: Microsoft.SharePoint.StandardMenu

CustomActionGroupId: SettingsMenu

CustomAction Element:

?
<!-- Microsoft.SharePoint.StandardMenu : SettingsMenu : Settings menu in list of document library -->
< CustomAction Id = "CustomWareCustomActions.Microsoft.SharePoint.StandardMenu.CustomList.SettingsMenu"
RegistrationType = "List"
RegistrationId = "101"
GroupId = "SettingsMenu"
Location = "Microsoft.SharePoint.StandardMenu"
Sequence = "1000"
Title = "CUSTOMWARE - Microsoft.SharePoint.StandardMenu : SettingsMenu" >
< UrlAction Url = "<a href="http://www.customware.net/success" "="">http://www.customware.net/success" />
</ CustomAction >

Screenshot: 



 


Upload menu at list view of document library

CustomActionId: Microsoft.SharePoint.StandardMenu

CustomActionGroupId: UploadMenu

CustomAction Element:

?
<!-- Microsoft.SharePoint.StandardMenu : UploadMenu : Upload menu in list of document library -->
< CustomAction Id = "CustomWareCustomActions.Microsoft.SharePoint.StandardMenu.DocLib.UploadMenu"
RegistrationType = "List"
RegistrationId = "101"
GroupId = "UploadMenu"
Rights = "ManagePermissions"
Location = "Microsoft.SharePoint.StandardMenu"
Sequence = "1000"
Title = "CUSTOMWARE - Microsoft.SharePoint.StandardMenu : UploadMenu" >
< UrlAction Url = "<a href="http://www.customware.net/" "="">http://www.customware.net" />
</ CustomAction >

Screenshot: 



 


Site Actions menu at list view of surveys

CustomActionId: Microsoft.SharePoint.StandardMenu

CustomActionGroupId: ActionsMenuForSurvey

CustomAction Element:

?
<!-- Microsoft.SharePoint.StandardMenu : ActionsMenuForSurvey : Site Actions menu for surveys -->
< CustomAction Id = "CustomWareCustomActions.Microsoft.SharePoint.StandardMenu.SurveyList.ActionsMenuForSurvey"
RegistrationType = "List"
RegistrationId = "102"
GroupId = "ActionsMenuForSurvey"
Location = "Microsoft.SharePoint.StandardMenu"
Sequence = "1000"
Title = "CUSTOMWARE - Microsoft.SharePoint.StandardMenu : ActionsMenuForSurvey" >
< UrlAction Url = "<a href="http://www.customware.net/success" "="">http://www.customware.net/success" />
</ CustomAction >

Screenshot: 



 


Settings menu at list view of surveys

CustomActionId: DD

CustomActionGroupId: None

CustomAction Element:

?
<!-- Microsoft.SharePoint.StandardMenu : SettingsMenuForSurvey : Site Settings links for surveys -->
< CustomAction Id = "CustomWareCustomActions.Microsoft.SharePoint.StandardMenu.SurveyList.SettingsMenuForSurvey"
RegistrationType = "List"
RegistrationId = "102"
GroupId = "SettingsMenuForSurvey"
Location = "Microsoft.SharePoint.StandardMenu"
Sequence = "1000"
Title = "CUSTOMWARE - Microsoft.SharePoint.StandardMenu : SettingsMenuForSurvey" >
< UrlAction Url = "<a href="http://www.customware.net/success" "="">http://www.customware.net/success" />
</ CustomAction >

Screenshot: 


 


Personal Action menu (Welcome User dropdown list)

CustomActionId: Microsoft.SharePoint.StandardMenu

CustomActionGroupId: PersonalActions

CustomAction Element:

?
<!-- Microsoft.SharePoint.StandardMenu : PersonalActions : Personal Action menu (Welcome drop down list) -->
< CustomAction Id = "CustomWareCustomActions.Microsoft.SharePoint.StandardMenu.PersonalActions"
GroupId = "PersonalActions"
Location = "Microsoft.SharePoint.StandardMenu"
Sequence = "1000"
Title = "CUSTOMWARE - Microsoft.SharePoint.StandardMenu : PersonalActions" >
< UrlAction Url = "<a href="http://www.customware.net/" "="">http://www.customware.net" />
</ CustomAction >

Screenshot:



Settings section on List Content Type page

CustomActionId: Microsoft.SharePoint.ContentTypeSettings

CustomActionGroupId: General

CustomAction Element: 

?
<!-- Microsoft.SharePoint.ContentTypeSettings : General : Settings section on List Content Type page-->
< CustomAction
Id = "CustomWareCustomActions.Microsoft.SharePoint.ContentTypeSettings.General"
GroupId = "General"
Location = "Microsoft.SharePoint.ContentTypeSettings"
Sequence = "1000"
Title = "CUSTOMWARE - Microsoft.SharePoint.ContentTypeSettings : General" >
< UrlAction Url = "<a href="http://www.customware.net/success" "="">http://www.customware.net/success" />
</ CustomAction >

Screenshot: See item no. (1)

 


Columns section on List Content Type page

CustomActionId: Microsoft.SharePoint.ContentTypeSettings

CustomActionGroupId: Fields

CustomAction Element:

?
<!-- Microsoft.SharePoint.ContentTypeSettings : Fields : Columns section List Content Type page -->
< CustomAction
Id = "CustomWareCustomActions.Microsoft.SharePoint.ContentTypeSettings.Fields"
GroupId = "Fields"
Location = "Microsoft.SharePoint.ContentTypeSettings"
Sequence = "1000"
Title = "CUSTOMWARE - Microsoft.SharePoint.ContentTypeSettings : Fields" >
< UrlAction Url = "<a href="http://www.customware.net/success" "="">http://www.customware.net/success" />
</ CustomAction >

Screenshot: See section "Settings section on List Content Type page", item no. (2)


Settings section on Site Collection Content Type page

CustomActionId: General

CustomActionGroupId: Microsoft.SharePoint.ContentTypeTemplateSettings

CustomAction Element:

?
<!-- Microsoft.SharePoint.ContentTypeTemplateSettings : General : Settings section on Site Collection Content Type page -->
< CustomAction
Id = "CustomWareCustomActions.Microsoft.SharePoint.ContentTypeSettings.General"
GroupId = "General"
Location = "Microsoft.SharePoint.ContentTypeTemplateSettings"
Sequence = "1000"
Title = "CUSTOMWARE - Microsoft.SharePoint.ContentTypeTemplateSettings : General" >
< UrlAction Url = "<a href="http://www.customware.net/success" "="">http://www.customware.net/success" />
</ CustomAction >

Screenshot: See item no. (1)


Columns section on Site Collection Content Type page

CustomActionId: Microsoft.SharePoint.ContentTypeTemplateSettings

CustomActionGroupId: Fields

CustomAction Element:

?
<!-- Microsoft.SharePoint.ContentTypeTemplateSettings : Fields : Columns section on Site Collection Content Type page -->
< CustomAction
Id = "CustomWareCustomActions.Microsoft.SharePoint.ContentTypeSettings.Fields"
GroupId = "Fields"
Location = "Microsoft.SharePoint.ContentTypeTemplateSettings"
Sequence = "1000"
Title = "CUSTOMWARE - Microsoft.SharePoint.ContentTypeTemplateSettings : Fields" >
< UrlAction Url = "<a href="http://www.customware.net/success" "="">http://www.customware.net/success" />
</ CustomAction >

Screenshot: See section "Settings section on Site Collection Content Type page", item no. (2) 


General Settings section on Customize page for list or document library

CustomActionId: Microsoft.SharePoint.ListEdit

CustomActionGroupId: GeneralSettings

CustomAction Element:

?
<!-- Microsoft.SharePoint.ListEdit : GeneralSettings : General Settings section on Customize page document library -->
< CustomAction
Id = "Microsoft.SharePoint.ListEdit.GeneralSettings"
RegistrationType = "List"
RegistrationId = "101"
GroupId = "GeneralSettings"
Location = "Microsoft.SharePoint.ListEdit"
Sequence = "1000"
Title = "CUSTOMWARE - Microsoft.SharePoint.ListEdit : GeneralSettings" >
< UrlAction Url = "<a href="http://www.customware.net/success" "="">http://www.customware.net/success" />
</ CustomAction >

Screenshot: See item no. (1) 


 


Permissions and Management section on Customize page for list or document library

CustomActionId: Microsoft.SharePoint.ListEdit

CustomActionGroupId: Permissions

CustomAction Element:

?
<!-- Microsoft.SharePoint.ListEdit : Permissions : Permissions and Management section on Customize page document library -->
< CustomAction
Id = "Microsoft.SharePoint.ListEdit.Permissions"
RegistrationType = "List"
RegistrationId = "101"
GroupId = "Permissions"
Location = "Microsoft.SharePoint.ListEdit"
Sequence = "1000"
Title = "CUSTOMWARE - Microsoft.SharePoint.ListEdit : Permissions" >
< UrlAction Url = "<a href="http://www.customware.net/success" "="">http://www.customware.net/success" />
</ CustomAction >

Screenshot: See section "General Settings section on Customize page for list or document library", item no. (2)


Communications section on Customize page for list or document library

CustomActionId: Microsoft.SharePoint.ListEdit

CustomActionGroupId: Communications

CustomAction Element:

?
<!-- Microsoft.SharePoint.ListEdit : Communications : Communications section on Customize page document library -->
< CustomAction
Id = "Microsoft.SharePoint.ListEdit.Communications"
RegistrationType = "List"
RegistrationId = "101"
GroupId = "Communications"
Location = "Microsoft.SharePoint.ListEdit"
Sequence = "1000"
Title = "CUSTOMWARE - Microsoft.SharePoint.ListEdit : Communications" >
< UrlAction Url = "<a href="http://www.customware.net/success" "="">http://www.customware.net/success" />
</ CustomAction >

Screenshot:  See section "General Settings section on Customize page for list or document library", item no. (3)


Permissions and Management section on Customize page for document library

CustomActionId: Microsoft.SharePoint.ListEdit.DocumentLibrary

CustomActionGroupId: GeneralSettings

CustomAction Element:

?
<!-- Microsoft.SharePoint.ListEdit.DocumentLibrary : Permissions : Permissions and Management section on Customize page document library -->
< CustomAction
Id = "Microsoft.SharePoint.ListEdit.DocumentLibrary.GeneralSettings"
RegistrationType = "List"
RegistrationId = "101"
GroupId = "GeneralSettings"
Location = "Microsoft.SharePoint.ListEdit.DocumentLibrary"
Sequence = "1000"
Title = "CUSTOMWARE - Microsoft.SharePoint.ListEdit.DocumentLibrary : GeneralSettings" >
< UrlAction Url = "<a href="http://www.customware.net/success" "="">http://www.customware.net/success" />
</ CustomAction >

Screenshot: See section "General Settings section on Customize page for list or document library", item no. (4) 


Microsoft.SharePoint.Create.WebPages

CustomActionId: Microsoft.SharePoint.Create

CustomActionGroupId: WebPages

CustomAction Element:

?
<!-- Microsoft.SharePoint.Create : WebPages : Web Pages section on Create page -->
< CustomAction
Id = "Microsoft.SharePoint.Create.WebPages"
GroupId = "WebPages"
Location = "Microsoft.SharePoint.Create"
Sequence = "1000"
Title = "CUSTOMWARE - Microsoft.SharePoint.Create : WebPages" >
< UrlAction Url = "<a href="http://www.customware.net/success" "="">http://www.customware.net/success" />
</ CustomAction >

Screenshot: !Create.WebPages.png|border=1! 


Left navigational area on pages for managing workflow

CustomActionId: Microsoft.SharePoint.Workflows

CustomActionGroupId: LeftNavBarLinks

CustomAction Element:

?
<!-- Microsoft.SharePoint.Workflows : SettingsMenu : Left navigational area on pages for managing workflow -->
< CustomAction Id = "CustomWareCustomActions.Microsoft.SharePoint.Workflows.LeftNavBarLinks"
GroupId = "LeftNavBarLinks"
Location = "Microsoft.SharePoint.Workflows"
Sequence = "1000"
Title = "CUSTOMWARE - Microsoft.SharePoint.Workflows : LeftNavBarLinks" >
< UrlAction Url = "<a href="http://www.customware.net/" "="">http://www.customware.net" />
</ CustomAction >

Screenshot: 



New menu on site collection People and Groups page

CustomActionId: Microsoft.SharePoint.GroupsPage

CustomActionGroupId: NewMenu

CustomAction Element:

?
<!-- Microsoft.SharePoint.GroupsPage : NewMenu : New menu on site collection People and Groups page -->
<CustomAction
Id= "Microsoft.SharePoint.GroupsPage.NewMenu"
GroupId= "NewMenu"
Location= "Microsoft.SharePoint.GroupsPage"
Sequence= "1000"
Title= "CUSTOMWARE - Microsoft.SharePoint.GroupsPage : NewMenu" >
<UrlAction Url= "<a href="http://www.customware.net/success" "="">http://www.customware.net/success" />
</CustomAction>

Screenshot:



Settings menu on site collection People and Groups page

CustomActionId: Microsoft.SharePoint.GroupsPage

CustomActionGroupId: SettingsMenu

CustomAction Element:

?
<!-- Microsoft.SharePoint.GroupsPage : SettingsMenu : Settings menu on site collection People and Groups page -->
< CustomAction
Id = "Microsoft.SharePoint.GroupsPage.SettingsMenu"
GroupId = "SettingsMenu"
Location = "Microsoft.SharePoint.GroupsPage"
Sequence = "1000"
Title = "CUSTOMWARE - Microsoft.SharePoint.GroupsPage : SettingsMenu" >
< UrlAction Url = "<a href="http://www.customware.net/success" "="">http://www.customware.net/success" />
</ CustomAction >

Screenshot: 


 


Actions menu on site collection People and Groups page

CustomActionId: Microsoft.SharePoint.PeoplePage

CustomActionGroupId: ActionsMenu

CustomAction Element:

?
<!-- Microsoft.SharePoint.PeoplePage : ActionsMenu : Actions menu on site collection People and Groups page -->
< CustomAction
Id = "Microsoft.SharePoint.PeoplePage.ActionsMenu"
GroupId = "ActionsMenu"
Location = "Microsoft.SharePoint.PeoplePage"
Sequence = "1000"
Title = "CUSTOMWARE - Microsoft.SharePoint.PeoplePage : ActionsMenu" >
< UrlAction Url = "<a href="http://www.customware.net/success" "="">http://www.customware.net/success" />
</ CustomAction >

Screenshot: 


New menu on site collection People and Groups page

CustomActionId: Microsoft.SharePoint.PeoplePage

CustomActionGroupId: NewMenu

CustomAction Element:

?
<!-- Microsoft.SharePoint.PeoplePage : NewMenu : New menu on site collection People and Groups page -->
< CustomAction
Id = "Microsoft.SharePoint.PeoplePage.NewMenu"
GroupId = "NewMenu"
Location = "Microsoft.SharePoint.PeoplePage"
Sequence = "1000"
Title = "CUSTOMWARE - Microsoft.SharePoint.PeoplePage : NewMenu" >
< UrlAction Url = "<a href="http://www.customware.net/success" "="">http://www.customware.net/success" />
</ CustomAction >

Screenshot: 



Settings menu on site collection People and Groups page

CustomActionId: Microsoft.SharePoint.PeoplePage

CustomActionGroupId: SettingsMenu

CustomAction Element:

?
<!-- Microsoft.SharePoint.PeoplePage : SettingsMenu : Settings menu on site collection People and Groups page -->
< CustomAction
Id = "Microsoft.SharePoint.PeoplePage.SettingsMenu"
GroupId = "SettingsMenu"
Location = "Microsoft.SharePoint.PeoplePage"
Sequence = "1000"
Title = "CUSTOMWARE - Microsoft.SharePoint.PeoplePage : SettingsMenu" >
< UrlAction Url = "<a href="http://www.customware.net/success" "="">http://www.customware.net/success" />
</ CustomAction >

Screenshot: 


 


Actions menu on Web site Permissions page

CustomActionId: Microsoft.SharePoint.User

CustomActionGroupId: ActionsMenu

CustomAction Element:

?
<!-- Microsoft.SharePoint.User : ActionsMenu : Actions menu on Web site Permissions page -->
< CustomAction Id = "CustomWareCustomActions.Microsoft.SharePoint.User.ActionsMenu"
GroupId = "ActionsMenu"
Location = "Microsoft.SharePoint.User"
Sequence = "1000"
Title = "CUSTOMWARE - Microsoft.SharePoint.User : ActionsMenu" >
< UrlAction Url = "<a href="http://www.customware.net/" "="">http://www.customware.net" />
</ CustomAction >

Screenshot: 



New menu on Web site Permissions page

CustomActionId: Microsoft.SharePoint.User

CustomActionGroupId: NewMenu

CustomAction Element:

?
<!-- Microsoft.SharePoint.User : NewMenu : New menu on Web site Permissions page -->
< CustomAction Id = "CustomWareCustomActions.Microsoft.SharePoint.User.NewMenu"
GroupId = "NewMenu"
Location = "Microsoft.SharePoint.User"
Sequence = "1000"
Title = "CUSTOMWARE - Microsoft.SharePoint.User : NewMenu" >
< UrlAction Url = "<a href="http://www.customware.net/" "="">http://www.customware.net" />
</ CustomAction >

Screenshot: 



Settings menu on Web site Permissions page

CustomActionId: Microsoft.SharePoint.User

CustomActionGroupId: SettingsMenu

CustomAction Element:

?
<!-- Microsoft.SharePoint.User : SettingsMenu : Settings menu on Web site Permissions page -->
<CustomAction Id= "CustomWareCustomActions.Microsoft.SharePoint.User.SettingsMenu"
GroupId= "SettingsMenu"
Location= "Microsoft.SharePoint.User"
Sequence= "1000"
Title= "CUSTOMWARE - Microsoft.SharePoint.User : SettingsMenu" >
<UrlAction Url= "<a href="http://www.customware.net/" "="">http://www.customware.net" />
</CustomAction>

Screenshot: 


Users and Permissions section on Site Settings page

CustomActionId: Microsoft.SharePoint.SiteSettings

CustomActionGroupId: UsersAndPermissions

CustomAction Element:

?
<!-- Microsoft.SharePoint.SiteSettings : UsersAndPermissions : Users and Permissions section on Site Settings page -->
< CustomAction
Id = "CustomWareCustomActions.Microsoft.SharePoint.SiteSettings.UsersAndPermissions"
GroupId = "UsersAndPermissions"
Location = "Microsoft.SharePoint.SiteSettings"
Sequence = "1000"
Title = "CUSTOMWARE - Microsoft.SharePoint.SiteSettings : UsersAndPermissions" >
< UrlAction Url = "<a href="http://www.customware.net/" "="">http://www.customware.net" />
</ CustomAction >

Screenshot:  See item no. (1) 


 


Look and Feel section on Site Settings page

CustomActionId: Microsoft.SharePoint.SiteSettings

CustomActionGroupId: Customization

CustomAction Element:

?
<!-- Microsoft.SharePoint.SiteSettings : Customization : Look and Feel section on Site Settings page -->
< CustomAction
Id = "CustomWareCustomActions.Microsoft.SharePoint.SiteSettings.Customization"
GroupId = "Customization"
Location = "Microsoft.SharePoint.SiteSettings"
Sequence = "1000"
Title = "CUSTOMWARE - Microsoft.SharePoint.SiteSettings : Customization" >
< UrlAction Url = "<a href="http://www.customware.net/" "="">http://www.customware.net" />
</ CustomAction >

Screenshot: See section "Users and Permissions section on Site Settings page", item no. (2)


Galleries section on Site Settings page

CustomActionId: Microsoft.SharePoint.SiteSettings

CustomActionGroupId: Galleries

CustomAction Element:

?
<!-- Microsoft.SharePoint.SiteSettings : Galleries : Galleries section on Site Settings page -->
< CustomAction
Id = "CustomWareCustomActions.Microsoft.SharePoint.SiteSettings.Galleries"
GroupId = "Galleries"
Location = "Microsoft.SharePoint.SiteSettings"
Sequence = "1000"
Title = "CUSTOMWARE - Microsoft.SharePoint.SiteSettings : Galleries" >
< UrlAction Url = "<a href="http://www.customware.net/" "="">http://www.customware.net" />
</ CustomAction >

Screenshot: See section "Users and Permissions section on Site Settings page", item no. (3) 


Site Administration section on Site Settings page

CustomActionId: Microsoft.SharePoint.SiteSettings

CustomActionGroupId: SiteAdministration

CustomAction Element:

?
<!-- Microsoft.SharePoint.SiteSettings : SiteAdministration : Site Administration section on Site Settings page -->
< CustomAction
Id = "CustomWareCustomActions.Microsoft.SharePoint.SiteSettings.SiteAdministration"
GroupId = "SiteAdministration"
Location = "Microsoft.SharePoint.SiteSettings"
Sequence = "1000"
Title = "CUSTOMWARE - Microsoft.SharePoint.SiteSettings : SiteAdministration" >
< UrlAction Url = "<a href="http://www.customware.net/" "="">http://www.customware.net" />
</ CustomAction >

Screenshot: See section "Users and Permissions section on Site Settings page", item no. (4)


Site Collection Administration section on Site Settings page

CustomActionId: Microsoft.SharePoint.SiteSettings

CustomActionGroupId: SiteCollectionAdmin

CustomAction Element:

?
<!-- Microsoft.SharePoint.SiteSettings : SiteCollectionAdmin : Site Collection Administration section on Site Settings page -->
< CustomAction
Id = "CustomWareCustomActions.Microsoft.SharePoint.SiteSettings.SiteCollectionAdmin"
GroupId = "SiteCollectionAdmin"
Location = "Microsoft.SharePoint.SiteSettings"
Sequence = "1000"
Title = "CUSTOMWARE - Microsoft.SharePoint.SiteSettings : SiteCollectionAdmin" >
< UrlAction Url = "<a href="http://www.customware.net/" "="">http://www.customware.net" />
</ CustomAction >

Screenshot: See section "Users and Permissions section on Site Settings page", item no. (5)

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值