AsyncImageAndroid.DownloadManager.FetchStorePath C# (CSharp) Méthode

FetchStorePath() private méthode

private FetchStorePath ( string fileName ) : string
fileName string
Résultat string
		string FetchStorePath(string fileName)
		{
			return Path.Combine (DocumentsFolder, fileName);
		}