Previous Topic: void SetItemPath(LPCTSTR szItemPath)

Next Topic: bool SetCreateOnBranch(bool bFlag)


void SetRecursive(bool bRecursive)

Specifies whether or not to look recursively below the current item path for the item.

Note: Used in conjunction with SetItemName and SetItemPath.

Owning Class

CaRemoveItem

Arguments

bool bRecursive-true if yes, false if no

Return Value

None

Example

CaRemoveItem& rRemoveItem = rContext.GetRemoveItem();rRemoveItem. SetRecursive(true);

More information: