Pergunta

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?

Foi útil?

Solução

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 em: CC-BY-SA com atribuição
Não afiliado a sharepoint.stackexchange
scroll top