API reference
API reference
Select your platform
No SDKs available
No versions available

IManifestLoader Interface

Overview

Public Member Functions

Manifest
LoadManifest
( string filePath )
Loads the manifest from file and into a Manifest structure.
Manifest
LoadManifestFromJson
( string manifestText )
Loads the manifest from an input string into a Manifest structure.
Task< Manifest >
LoadManifestAsync
( string filePath )
Loads the manifest from file and into a Manifest structure asynchronously.
Task< Manifest >
LoadManifestFromJsonAsync
( string manifestText )
Loads the manifest from an input string into a Manifest structure asynchronously.

Details

Member Functions

Manifest Meta.Conduit.IManifestLoader.LoadManifest
( string filePath )
Loads the manifest from file and into a Manifest structure.
Parameters
filePath
The path to the manifest file.
Returns
The loaded manifest object.
Manifest Meta.Conduit.IManifestLoader.LoadManifestFromJson
( string manifestText )
Loads the manifest from an input string into a Manifest structure.
Parameters
manifestText
Plain text content of Manifest.
Returns
The loaded manifest object.
Task<Manifest> Meta.Conduit.IManifestLoader.LoadManifestAsync
( string filePath )
Loads the manifest from file and into a Manifest structure asynchronously.
Parameters
filePath
The path to the manifest file.
Returns
The loaded manifest object.
Task<Manifest> Meta.Conduit.IManifestLoader.LoadManifestFromJsonAsync
( string manifestText )
Loads the manifest from an input string into a Manifest structure asynchronously.
Parameters
manifestText
Plain text content of Manifest.
Returns
The loaded manifest object.
Did you find this page helpful?
Thumbs up icon
Thumbs down icon