Tagged Questions
1
vote
1answer
139 views
How to enforce metadata in document information panel in SP2010
My document library supports several custom content types. When "Add new document" is clicked, the Browse dialog for uploading the file is followed by the Document Information Panel which is properly ...
0
votes
1answer
235 views
If properties.Afterproperties[“ContentType”] is null, is it safe to assume that the item is a document?
I need to add a specific behavior in the ItemAdding event when the item added is a document, but I noticed that when using the "Upload document" or the "Upload Multiple Documents" features in ...
3
votes
1answer
445 views
“No item exists at https://<internal_url>” after file upload when accessing the site externally
I have created a SharePoint 2010 site that is accessible both internally and externally. I have created alternate access mappings for https://<internal_url> (Extranet) and ...
1
vote
0answers
421 views
Add files to document library based on content types
Okay, I am using following powershell script to add files to document library. Initially, the library only had built in content type "Documents". But now its another content type "Link to a Document". ...