Retrieves the list of files present on the Central Campaign Server.

Namespace: ININ.IceLib.Configuration.Dialer
Assembly: ININ.IceLib.Dialer (in ININ.IceLib.Dialer.dll) Version: 0.0.0.0 (22.3.0.208)

Syntax

C#
public string[] GetResourceList(
	ResourceType resourceType
)
Visual Basic
Public Function GetResourceList ( _
	resourceType As ResourceType _
) As String()

Parameters

resourceType
Type: ININ.IceLib.Configuration.Dialer..::..ResourceType
type of file to upload (Wave, UDL or TimezoneMap)

Return Value

An array of strings.

See Also