SCCMWebService..::..CheckFolderExists Method
Checks if the given SCCM folder exists.
Namespace:
SCCMWebServiceAssembly: 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.