Pregunta

Is it possible to a get the details of a specific feature thats available in content database?

my custom feature name is JobReminders_TimerJob_Timer_JobRemindersFeature using SSMS , i wanna find this record from the content db and wanna delete the same.

Which Table is responsible for storing the custom Feature in content db?

¿Fue útil?

Solución

Directly querying the database is highly discouraged. Adding, updating, or deleting entries from the database is outright unsupported. As the feature will be referenced in multiple places, you should instead go through the SharePoint APIs to do this activity.

Licenciado bajo: CC-BY-SA con atribución
scroll top