|
Using Visual Studio, open the Web Part file (.webpart) you exported and search for "CommonViewFields". Your screen should look like this:
The highlighted line beginning with the tag
<property name="CommonViewFields" type="String">
defines a list of all publication and document metadata properties that should be made available for selection and use within SharePoint's visual configuration panel.
|