How do I add a link on the Create page

The only column to which you can add a link on the Create page is the Web Pages column. To add a link there, use a CustomAction feature with Location=”Microsoft.SharePoint.Create” and a GroupId=”WebPages”:

<CustomAction 
 Location="Microsoft.SharePoint.Create" 
 GroupId="WebPages" 
 Title="Custom Link">      
 <UrlAction Url="custompage.aspx"/>    
</CustomAction>

No related posts.

Posted under Developer

This post was written by furuknap on January 3, 2009

Tags:

Do you want to contribute to this answer?

Name (required)

Email (required)

Website

Comments

More Blog Post

Previous Post: