loadArtifact
suspend override fun loadArtifact(sessionKey: SessionKey, filename: String, version: Int? = null): Part?
Gets an artifact.
Return
the artifact or null if not found
Parameters
sessionKey
identifies the user and session the operation is scoped to.
filename
the artifact filename; a user: prefix addresses the user scope instead.
version
Optional version number. If null, loads the latest version.