Frage

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?

War es hilfreich?

Lösung

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.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit sharepoint.stackexchange
scroll top