Structural metadata, the design and specification of data structures is "data about the containers of data".

learn more… | top users | synonyms

1
vote
2answers
259 views

Issue in versioning and metadata with recent Office Files

I have a web service that shows a sort of CRUD of document (with metadata) for other application.. I have some document libraries in which users can upload (via WS) documents with metadatas. For ...
0
votes
1answer
48 views

Where does the value of a crawled metadata property come from?

I have little to no experience with SharePoint and am working on an ASP.NET website that uses SharePoint for search by calling a SharePoint web service. From snooping around, I've been able to ...
0
votes
1answer
210 views

Access document meta data through webservice

When I access a document through the Lists.GetListItems web service, I get meta data in the ows_* attributes. These, however are encoded in a strange way ("[RowID];#[data]"). I'm fairly confident I ...
1
vote
1answer
70 views

Can we use HTML in Metadata fields?

We have a series of procedural documents that are similarly named. I would like to create a document summary field as a piece of metadata that contains a paragraph about how the document is to be ...
1
vote
2answers
409 views

Adding custom page properties

I'd like to add some metadata to pages on my site. It looks like 'page properties' is where I should be doing this but the only pair there is for "Name". http://i.imgur.com/zX08K.png I assume it's ...
0
votes
1answer
391 views

How to access the TermSets of Metadata service using Client Object Model of SharePoint 2010 Programatically?

I want to know how i can find names of the metadata services available on the particular site, and if those services are available. Also how can i access the TermSets of the metadata services using ...
1
vote
1answer
354 views

SharePoint 2010 Ampersand in Search Query String

Our XSL is set up so that when search results come up a user can click on an icon to go to that exact document in our library. The problem is when a document has an ampersand (&) in the metadata ...
2
votes
2answers
57 views

Where can I find a list of fields that can be retrieved when running a sharepoint query?

An SPSiteDataQuery. So far I have: ... query.ViewFields = @"<FieldRef Name=""Title"" /><FieldRef Name=""Author"" />"; ... I just happened to get these two FieldRef's right (purely ...
3
votes
2answers
1k views

How do you add Meta-tags/CSS/JavaScript to head on SharePoint Online (without unghosting the MasterPage)

I’ve found a few semi-related articles on how to add meta-tags to the head (without changing the definition of the page I believe). I need to do this in a couple different ways… first of all I need to ...
0
votes
0answers
244 views

Some users unable to edit document properties

As of last week, a small handful of users are unable to upload or edit properties of documents. The users get the dropdown to the right of the document (If it is already uploaded), or uploaded via ...
0
votes
0answers
124 views

Metadata Navigation in Calendar View — SP 2010

I am attempting to use content types to create a 'master calendar' of sorts. I am using a workflow to then push the calendar to various client-facing site collections based on content type. All of ...
4
votes
2answers
688 views

How is metadata stored?

I apologize for the simple question but have been curious about this and haven't found an answer elsewhere. Does SharePoint actually append the file itself with the metadata added in SharePoint, or ...
0
votes
1answer
371 views

Avoid metadata columns in SOAP response

I searched around the internet (and on this stackexchange site), but didnt find any answer. I wrote a small C# application that should retrieve some data via the SOAP webservice of a sharepoint ...
0
votes
1answer
76 views

Auditing Metadata for folders

I am using Folders in Sharpeoint 2010 Foundation to create document sets as document sets are not supported in Foundation edition. I have created a custom content type inherited from Folder, and I ...
3
votes
1answer
830 views

Upload a document to a SharePoint list from CSOM with no limitations

I need to upload a document to a SharePoint list or folder using the Client Side Object Model from .NET (C#). What is the best way to do this? The requirements are as follows: Set metadata values ...
0
votes
1answer
300 views

Alerts does not send the metadata

I have a document library with 4 columns which are of type metadata. All 4 columns are mandatory. When an user creates an alert, and somebody uploads a document and fills the metadata column, then in ...
1
vote
2answers
3k views

UpdateListItems in a library with client object model

I’m trying to update some metadata with web services. I read following msdn article UpdateListItems and wrote a small test program, but sadly something went wrong. I get the error message, that the ...
0
votes
0answers
140 views

Creating Scopes with multiple property restrictions in SP 2010. Is it possible?

I have several managed metadata elements assigned to pages. These are: Roles Products Version etc. I want to create a search scope that uses a Property Query with restrictions on both the product ...
0
votes
1answer
372 views

Filter by metadata through connection to another item

I was wondering if it is possible to filter a list item based on metadata values from another list item. I tested it locally but it didn't seem to work althougth another post here said it should work ...
2
votes
0answers
165 views

How to (caml)query a list on metedata in the MetaInfo field

Is it possible to wite a CAML-query to filter documents with certain info in the MetaInfo field? The information is only stored as property in MetaInfo, not in a field of it's own. Context: I have a ...
2
votes
1answer
2k views

Does InfoPath still not support Managed Metadata?

I've heard that InfoPath 2010 does not support Managed MetaData. Is this still true ? Does anyone have a workaround for this ? Like using webservices to use the Managed Metadata ? Cheers, Andre
0
votes
1answer
450 views

PowerShell script to set default value on a metadata (termstore) column in a SP 2010 document library?

Is there a PowerShell script that will set the default value for a metadata (termstore) taxonomy column in a SharePoint 2010 document library?
0
votes
1answer
305 views

Shared columns of document set not set in Document Information Panel

After I upload a document in a document set, the edit form is being displayed and all of our shared columns of the document set are set by default as metadata of the document. When we start with a ...
0
votes
3answers
2k views

SharePoint 2010 Term Store - Find all items tagged with a term

I have a SharePoint 2010 publishing site collection with a Term Store that I want to use for navigation. I understand the process of get the collection of published pages and examining the managed ...
5
votes
2answers
1k views

How to avoid _metadata in a REST response (listData.svc)

I am pulling data from a SharePoint list with listData.svc, and _metadata represent more than half of the response content. Is there a way to return list fields only, without the metadata? Below an ...

1 2