Kit Kai's Tech Blog

Blog about SharePoint

This Blog

Syndication

Search

Tags

News



  • Want to be notified when new posts are available? Click the icon below for more information on how to subscribe.

    Blog Flux MapStats: Stats and Counter for Kit Kai's Tech Blog Subscribe to Kit Kai's Tech Blog

    Locations of visitors to this page Add to Technorati Favorites

Community

Email Notifications

Archives

Sharepoint / CMS Blogs

MVPs', Leads' & RDs' Blogs

Singapore Usergroups

Overseas Usergroups

About Me

Do not use ContentTypeId when creating CustomActions

I was preparing hands-on-lab to equip some of the developers with the skillsets to deliver a project. When trying to create a CustomAction, the SDK said that ContentTypeId is used to specify the ID of a content type to associate with the custom action. However, that doesn't work.

Instead, use RegistrationId to specify the ID of the content type you would like to associate, and assign "ContentType" to RegistrationType does what I need easily...

Now, any tips for a newbie running a hands-on-lab?

Published Tuesday, June 26, 2007 10:53 PM by kitkai

Comments

# Do not use ContentTypeId when creating CustomActions@ Friday, July 20, 2007 11:47 PM

I was preparing hands-on-lab to equip some of the developers with the skillsets to deliver a project