Simon Fell > Its just code > IBlogIt
Monday, April 28, 2003
Greg is looking to expand on IBlogThis. Greg, how about this instead ?
public interface IBlogIt : IBlogThis
{
// Display configuration dialog to user, if applicable
void Configure();
// Return true if an editing GUI will be shown to the
// user when BlogItem is called. In this case, the
// aggregator will not display its own editing UI.
bool HasEditingGUI();
}