SCCMWebService..::..GetCollectionFolders Method
Gets all collection folders.
Namespace:
SCCMWebServiceAssembly: 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.