Add more properties (metadata) to SharePoint Folder
Folder is an content type in SharePoint and it being used for categorizing OR grouping specified items/documents OR Applying Explorer view on SharePoint contents. The folder content type provide explorer view if user wanted to navigate an document among many.
But the Folder content type is sealed in SharePoint and it will not allow the administrator to amend folder’s properties. Instead we can create a new custom content type by inheriting base folder content type and add new properties that are needed.
Below are the steps to create new folder content type with additional properties (metadata)
Folder is an content type in SharePoint and it being used for categorizing OR grouping specified items/documents OR Applying Explorer view on SharePoint contents. The folder content type provide explorer view if user wanted to navigate an document among many.
But the Folder content type is sealed in SharePoint and it will not allow the administrator to amend folder’s properties. Instead we can create a new custom content type by inheriting base folder content type and add new properties that are needed.
Below are the steps to create new folder content type with additional properties (metadata)
- Login to the SharePoint site where you need folder with additional properties
- Navigate to Site Actions --> Site Settings
- Click on Site Content Types
- Click on Create link
- Enter new content type name
- Set the parent content type group as “Folder Content Types”
- Set the parent content type to “Folder”
- Provide new group name for new content type. Or else the new content type will be displayed under Custom content type group.
- Click OK button
- Click on New column and provide the column details
- Add the custom content type where ever you need and update the views with new folder properties.
Note: Make sure allow custom content type option is enabled in the document library advances settings to add custom content type.
No comments:
Post a Comment