Version

FetchResources Method

Gets the collection of all resources from the WebSchedule data store.
Syntax
'Declaration
 
Public Function FetchResources() As ICollection
public ICollection FetchResources()

Return Value

An enumerable, countable collection of resources as an implementation of ICollection.
Remarks

This method supports administrative-mode applications that need to supply a pick-list or selection of activity organizers. Interactive scheduling applications do not require this method when their end user works with the activities of a single, visible Resource.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also