I have a CustomAction definition with RegistrationType="ContentType":
<Elements xmlns="http://schemas.microsoft.com/sharepoint/">
<CustomAction
Id="Sample.DuplicateListItem"
Location="EditControlBlock"
Title="Copy Item..."
RegistrationType="ContentType"
RegistrationId="0x01010012">
<UrlAction Url="~site/_layouts/TheKidListActions/CopyListItem.aspx?List={ListId}&ID={ItemId}"/>
</CustomAction>
</Elements>
All document libraries which use this content type will show this context item menu.
My question is, will this context item menu be shown for a list which has a content type 0x010100120013 (inherited from 0x01010012)?