C# Class Microsoft.WindowsAzure.Commands.Storage.Common.BlobToAzureFileNameResolver

Inheritance: BlobToFileNameResolver
Show file Open project: Azure/azure-powershell

Public Methods

Method Description
BlobToAzureFileNameResolver ( Func getMaxFileNameLength ) : System

Protected Methods

Method Description
EscapeInvalidCharacters ( string fileName ) : string

Method Details

BlobToAzureFileNameResolver() public method

public BlobToAzureFileNameResolver ( Func getMaxFileNameLength ) : System
getMaxFileNameLength Func
return System

EscapeInvalidCharacters() protected method

protected EscapeInvalidCharacters ( string fileName ) : string
fileName string
return string