0
votes
2answers
86 views

How to open a file using Item Id in SharePoint document library?

I am working on SharePoint Foundation 2010. I want to open file from a link. I found a solution "Link To Document" content type. But in "Link To Document" content type we need filename of original ...
0
votes
0answers
30 views

No Content type available on site collection, even though they appear on subsites

Accessing content types on sharepoint foundation 2010 using /_layouts/mngctype.aspx (site settings>site content types) and nothing appears. When I goto a subsite within the same site collection all ...
0
votes
1answer
89 views

add field directly to a Document library or via a Content Type

What is differents between adding a field (Site column) directly to a document library or via adding the field to a content type and then add this content type to the list? Because fields directly ...
0
votes
1answer
398 views

I can't remove Content Type programmatically? How I can do it? SharePoint Foundation

I create in SPD 2010 workflow which create custom content type with column. I removed workflow, list and column and I also want to remove content typ but I can't do it, SharePoint shows this info "The ...
2
votes
1answer
359 views

How to add required column comments in library Sharepoint Fundation

I try to add required column "comments" in library but I have problem, when I add column and I check in "Require that this column contains information:" when I try to save this file (.doc) I don't see ...
1
vote
0answers
47 views

Removing System Content Types

I have deployed a Content Type Hub which has my organization's "Primitive" Content Types. These types are obviously inherited from the System Content Types (Document, Item, Announcement, etc..). Now, ...
0
votes
1answer
54 views

Content type is not creating Parent properly

I am trying to create generic content type creation using following code. // Create a Content Type Information object ContentTypeCreationInformation _customcontenttype = new ...
4
votes
3answers
3k views

SharePoint 2010 Get Content Type Programmatically

I've created several content type that inherit from the document content type in the site content type lists. Please refer to the image below How do I get these these content type pro-grammatically. ...
2
votes
2answers
204 views

Content Type Created By, Created On, Last Modified

I'm looking to determine who created a content type and when. The standard page for a content type does not provide this information. Can someone direct me to where I can find this information in ...
0
votes
1answer
1k views

Using parent/child lists as lookup column on a document library

I am using SharePoint Foundation and have created a parent and child list which both have a Title field. The child list has an additional lookup column to the parent list. This enables me to enter ...