Determines whether [has items in folder] [the specified parent folder identifier].
Namespace:
FlowWright.cDevDeAPI
Assembly:
cDevDeAPI (in cDevDeAPI.dll)
public bool hasItemsInFolder(
string parentFolderID,
bool isRecurisve
)
Public Function hasItemsInFolder ( _
parentFolderID As String, _
isRecurisve As Boolean _
) As Boolean
public:
bool^ hasItemsInFolder(
String^ parentFolderID,
bool^ isRecurisve
)
Parameters
- parentFolderID
- Type: String
The parent folder identifier.
- isRecurisve
- Type: Boolean
if set to true [is recurisve].
Return Value
true if [has items in folder] [the specified parent folder identifier]; otherwise,
false.