Achilles.Acme.Storage.AWS.AwsCloudStorageProvider.DeleteDirectory C# (CSharp) Метод

DeleteDirectory() публичный Метод

public DeleteDirectory ( string path, bool recursive ) : void
path string
recursive bool
Результат void
        public override void DeleteDirectory( string path, bool recursive )
        {
            throw new NotImplementedException();
        }