| | Uiinfrastructure API Docs | |
| CacheListItem Constructor |
Creates a new CacheListItem object.
public CacheListItem(
string strName,
bool bIsSubSpace,
string strParentSpaceID);
Parameters
-
strName
- cache item name
-
bIsSubSpace
- true implies is a sub-space
-
strParentSpaceID
- the ID of the parent space
See Also
CacheListItem Class | com.plumtree.uiinfrastructure.activityspace.utils Namespace