Table of Contents

Class ArtifactPathResolver

Namespace
Ando.Server.Services
Assembly
Ando.Server.dll
public static class ArtifactPathResolver
Inheritance
ArtifactPathResolver
Inherited Members

Methods

IsWithinRoot(string, string)

public static bool IsWithinRoot(string artifactsRoot, string absolutePath)

Parameters

artifactsRoot string
absolutePath string

Returns

bool

ResolveAbsolutePath(string, string)

public static string ResolveAbsolutePath(string artifactsRoot, string storagePath)

Parameters

artifactsRoot string
storagePath string

Returns

string