|  | Aqualogic Interaction API | |
| IPTIndexer.IndexFolder Method |
Add a searchable representation of a folder to the current list of items awaiting indexing. Does not actually index the item in the search server, indexing is triggered by CommitAll().
void IndexFolder(
int
nFolderID,
IXPPropertyBag
pFolderPropBag,
IPTAccessList pBrowseACL,
object
vsaAncestors);
Parameters
-
nFolderID
- Object id of the folder to index
-
pFolderPropBag
- PropertyBag with folder properties
-
pBrowseACL
- IPTAccessList determining who can read this folder
-
vsaAncestors
- An int[] array of ancestor folder ids, as described in {@link #IndexCard()}.
See Also
IPTIndexer Interface | com.plumtree.server Namespace