Returns a boolean value indicating whether this Item is a path or a file.
CaItem
None
boolean-true if item is a path; false if it is a file
Example
CaItem& rItem = rContext.GetViewPathItem(); bool bPath = rItem.IsItemPath();
More information:
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|