Quantcast
Channel: Cannot locate content types
Viewing all articles
Browse latest Browse all 16

Cannot locate content types

$
0
0

Hi,

Can you check the content type Hub, what was earlier and what about new one?

See the link below to find how to navigate the content type hub, if you newly migrated then you need to create the content type hub for better management of your custom content type centralized.

http://sharepointpals.com/post/How-to-Use-Content-Type-Hub-in-SharePoint-2013

Secondly you can run the below script to get the ID and name of the content type, try to match and rename if you think it is same name.

$site = Get-SPSite -Identity http://RootSite/
$web = $site.OpenWeb("YourSite")
ForEach($ctype in $web.ContentTypes){write-host $ctype.Name": "$ctype.ID}


KRISHANA KUMAR

SharePoint Architect

Mosstechnet-kk.com

 

Please click "Mark As Answer" if this post solves your problem or "Vote As Helpful" if it was useful


Viewing all articles
Browse latest Browse all 16

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>