SCCM WebService API Reference

SCCMWebService..::..RemoveClientsFromCollection Method

Removes the specified multiple clients from collection.

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

Syntax


[SoapHeaderAttribute]
[WebMethodAttribute]
public bool RemoveClientsFromCollection(
	int[] resourceIDs,
	string collectionID
)
<SoapHeaderAttribute> _
<WebMethodAttribute> _
Public Function RemoveClientsFromCollection ( _
	resourceIDs As Integer(), _
	collectionID As String _
) As Boolean
[SoapHeaderAttribute]
[WebMethodAttribute]
public:
bool^ RemoveClientsFromCollection(
	array<int^>^ resourceIDs, 
	String^ collectionID
)

Parameters

resourceIDs
Type: array<Int32>[]()[][]
The resource ids.
collectionID
Type: String
The collection ID.

Return Value

True if succeeded, otherwise false.