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

DeleteDirectory() public static 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 static DeleteDirectory ( string VirtualPath ) : void
VirtualPath string The path to delete
return void
        public static void DeleteDirectory(string VirtualPath)
        {
            FileSystemProvider.DeleteDirectory(VirtualPath);
        }

Same methods

BlogService::DeleteDirectory ( Directory DirectoryObj ) : void