What does the term "Meta" stand for in reference to Meta Data within SharePoint 13?
Asked
Active
Viewed 62 times
1 Answers
3
Meta-Data:- It means data about data. Or more precisely more information about some 'information '.
In context of SharePoint (whether it's 2013) , in general it is information attached to elements. The different type of values entered for an element in a list or library. First we have columns and values present under the columns is known as "Metadata".
For example:
Say a document with name "HrLeavePolicy" is saved with column values such as
Column1 : Purpose
Value : "Leave"
and
Column2 : Department
Value : "IT"
Now document "HrLeavePolicy" is tagged with metadata 'Leave' and 'IT'.
This metdata is very useful as later users can possibly search the document using metadata 'Leave' and 'IT'.
mohd tahir
- 2,406
- 1
- 15
- 38
-
You are Welcome. Happy to help you :) – mohd tahir Sep 02 '16 at 12:51
-
Awesome explanation! – YogaPanda Sep 02 '16 at 14:14