SCCM WebService API Reference

SCCMWebService..::..CheckFolderExists Method

Checks if the given SCCM folder exists.

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

Syntax


[SoapHeaderAttribute]
[WebMethodAttribute]
public bool CheckFolderExists(
	int containerNodeID
)
<SoapHeaderAttribute> _
<WebMethodAttribute> _
Public Function CheckFolderExists ( _
	containerNodeID As Integer _
) As Boolean
[SoapHeaderAttribute]
[WebMethodAttribute]
public:
bool^ CheckFolderExists(
	int^ containerNodeID
)

Parameters

containerNodeID
Type: Int32
The container node ID.

Return Value

true if folder exists, otherwise false.