Previous Topic: LPCTSTR GetItemPath (void)

Next Topic: bool GetCreateOnBranch(void)


bool GetRecursive(void)

Retrieves the current value of the Recursive attribute.

Owning Class

CaRemoveItem

Arguments

None

Return Value

bool-current Recursive value

Example

CaRemoveItem& rRemoveItem = rContext.GetRemoveItem();bool bRecursive = rRemoveItem. GetRecursive();

More information: