SCCM WebService API Reference

SCCMWebService..::..GetComputerDataByFilterExCompressed Method

Gets the computer data by filter as 7zip compressed byte array.

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

Syntax


[SoapHeaderAttribute]
[WebMethodAttribute]
public byte[] GetComputerDataByFilterExCompressed(
	string filterString
)
<SoapHeaderAttribute> _
<WebMethodAttribute> _
Public Function GetComputerDataByFilterExCompressed ( _
	filterString As String _
) As Byte()
[SoapHeaderAttribute]
[WebMethodAttribute]
public:
array<unsigned char^>^ GetComputerDataByFilterExCompressed(
	String^ filterString
)

Parameters

filterString
Type: String
Name of the computer or user.

Return Value

DataSet as 7zip compressed byte array.

Exceptions


ExceptionCondition
Exception