We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add the standard meta-information fields
to media assets. Also add support for globally defined custom properties for media assets. These should be defined like this in Startup.cs.
Startup.cs
App.MediaTypes.MetaProperties.Add("External Id");
And can then be updated and consumed through the Api like this
media.Properties["External Id"] = "1234562; var externalId = media.Properties["External Id"];
The text was updated successfully, but these errors were encountered:
2cf5c42
tidyui
No branches or pull requests
Add the standard meta-information fields
to media assets. Also add support for globally defined custom properties for media assets. These should be defined like this in
Startup.cs
.And can then be updated and consumed through the Api like this
The text was updated successfully, but these errors were encountered: