Interface ICustomMetadataManager
Assembly: CrashCABN.TitleConfiguration.Abstractions.dll
public interface ICustomMetadataManager
Methods
View Source
Declaration
Task<CustomMetadata> LoadCustomMetadataScript(string titleName)
Parameters
Type |
Name |
Description |
string |
titleName |
|
Returns
View Source
Declaration
Task<CustomMetadataStream> LoadCustomMetadataScriptStream(string titleName)
Parameters
Type |
Name |
Description |
string |
titleName |
|
Returns
View Source
Declaration
Task UploadCustomMetadataScript(string titleName, string script)
Parameters
Returns