SCCM WebService API Reference

SCCMWebService..::..GetImageList Method

Gets the image list.

Namespace:  SCCMWebService
Assembly:  SCCMWebService (in SCCMWebService.dll)

Syntax


[SoapHeaderAttribute]
[WebMethodAttribute]
public string[] GetImageList(
	string rootPath
)
<SoapHeaderAttribute> _
<WebMethodAttribute> _
Public Function GetImageList ( _
	rootPath As String _
) As String()
[SoapHeaderAttribute]
[WebMethodAttribute]
public:
array<String^>^ GetImageList(
	String^ rootPath
)

Parameters

rootPath
Type: String
The root path.

Return Value

System.String[].

Exceptions


ExceptionCondition
Exception