ProtocolProvider.GetSitesTaskList Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
When overridden in a derived class, returns the list of task items to be added to the task list on the Sites page when no specific site is selected.
public:
abstract Microsoft::Web::Management::Client::TaskList ^ GetSitesTaskList();
public abstract Microsoft.Web.Management.Client.TaskList GetSitesTaskList ();
abstract member GetSitesTaskList : unit -> Microsoft.Web.Management.Client.TaskList
Public MustOverride Function GetSitesTaskList () As TaskList
Returns
The list of task items to be added to the TaskList object on the Sites page when no specific site is selected.