Tagged Questions
3
votes
1answer
1k views
Set column order in contenttype
I've added some site columns with an xml file and also created my contenttype in the xml. After deploying, a feature creates a lookup to another list (with c# code).
How can I set te column order in ...
2
votes
2answers
3k views
Set “Allow management of content types?” set to “Yes” within a Content Type or List Definition
How do you set "Allow management of content types?" to "Yes" within a Content Type or List Definition?
1
vote
1answer
281 views
Re-create new Content Type using SchemaXml of an existing Content Type
I have the XML schema information (SPContentType.SchemaXml) of a content type. I am looking for a method that takes this information to recreate the content type at a different location?
Thank you.
...
2
votes
0answers
249 views
Custom XML Document Content Type with ASP.NET Forms in MOSS 2007/WSS 3.0 [closed]
I'd like to create a custom content type in SharePoint 2007 (WSS 3.0) that inherits from the existing XML Document content type (i.e. an InfoPath form) but I want to use custom ASP.NET forms to edit ...