C# Class BenefitsAllocationUpload.Services.BlobContainerExtensions

Show file Open project: ucdavis/BenefitsAllocationUpload

Public Methods

Method Description
Rename ( this container, string oldName, string newName ) : void

Method Details

Rename() public static method

public static Rename ( this container, string oldName, string newName ) : void
container this
oldName string
newName string
return void