Read and remove application data stored in a SDL Tridion Content Management database.
# Read the list of application IDs | |
Get-TcmApplicationIds | |
# Remove a specific piece of AppData by application ID (in this example, a Translation Manager configuration) | |
Remove-TcmApplicationData "tm:cache" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment