ArtifactCacheItem public class ArtifactCacheItem Documentation public int ArtifactID { get; set; } public ArtifactCacheItem[] Children { get; set; } public string Name { get; set; } public string Path { get; set; } public ArtifactCacheItem(string name, string path, int artifactID) public void AddChild(ArtifactCacheItem item)