BlogEngine.Core.Providers.BlogFileSystemProvider.DeleteDirectory C# (CSharp) Method

DeleteDirectory() public abstract method

Deletes a spefic directory from a virtual path
Virtual path is the path starting from the /files/ containers The entity is queried against to current blog id
public abstract DeleteDirectory ( string VirtualPath ) : void
VirtualPath string The path to delete
return void
        public abstract void DeleteDirectory(string VirtualPath);