예제 #1
0
 /// <summary>
 /// Gets the raw content of the specified file.
 /// </summary>
 /// <param name="filePath">The path to a file relative to the root of this resource.</param>
 public string GetFileContent(string filePath)
 {
     return(RepositoriesEndPoint.GetFileContent(SrcPath.Value, filePath));
 }