SCCM WebService API Reference

SCCMWebService..::..GetCollectionFolders Method

Gets all collection folders.

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

Syntax


[SoapHeaderAttribute]
[WebMethodAttribute]
public DataSet GetCollectionFolders(
	int rootContainerNodeID,
	string rootContainerName
)
<SoapHeaderAttribute> _
<WebMethodAttribute> _
Public Function GetCollectionFolders ( _
	rootContainerNodeID As Integer, _
	rootContainerName As String _
) As DataSet
[SoapHeaderAttribute]
[WebMethodAttribute]
public:
DataSet^ GetCollectionFolders(
	int^ rootContainerNodeID, 
	String^ rootContainerName
)

Parameters

rootContainerNodeID
Type: Int32
The identifier of the root container node.
rootContainerName
Type: String
Name of the root container.

Return Value

DataSet: ContainerNodeID, ContainerName, ContainerFullPath