 | NextCloudClientLoadLibraryCatalogAsync Method |
Gets the library catalog from the registered server, listing all available AutomationML libraries.
Namespace: Aml.Engine.Services.LibraryServiceAssembly: Aml.Engine.Services.LibraryService (in Aml.Engine.Services.LibraryService.dll) Version: 1.0
Syntaxpublic override Task<PublicLibraryCatalog> LoadLibraryCatalogAsync(
string accessToken,
string version
)
Public Overrides Function LoadLibraryCatalogAsync (
accessToken As String,
version As String
) As Task(Of PublicLibraryCatalog)
public:
virtual Task<PublicLibraryCatalog^>^ LoadLibraryCatalogAsync(
String^ accessToken,
String^ version
) override
Parameters
- accessToken String
- Authorization to access the server resources.
- version String
- The version of the catalog file ('v1' or 'v2')
Return Value
TaskPublicLibraryCatalogThe AutomationML public library catalog
Implements
IAMLLibraryServiceLoadLibraryCatalogAsync(String, String)
See Also