Link to home
Create AccountLog in
Avatar of Modifier1000
Modifier1000Flag for United States of America

asked on

SharePoint 201 Content Types vs. Drupal Content Types?

Hello Experts,

I'm trying to grasp SharePoint content types.  Are they basically the same as Drupal Content Types?
Avatar of Rainer Jeschor
Rainer Jeschor
Flag of Germany image

Hi,
A content type in SharePoint is a reusable collection of settings/meta data you can apply to an item (could be a list item, a folder or a document) - eg if you have "Sales Orders" they all would have the meta data customer number and order number.
I have not that much experience with Drupal but as far as I read the documentation, they are pretty similar.

Good starting point for content types:
http://msdn.microsoft.com/en-us/library/ms479905%28v=office.14%29.aspx

HTH
Rainer
ASKER CERTIFIED SOLUTION
Avatar of mattwebdev
mattwebdev
Flag of United States of America image

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
Avatar of Modifier1000

ASKER

Great explanation, thank you!