|  | Aqualogic Interaction API | |
| IPTIndexer.UpdateCard Method |
Add a searchable representation of a card to the current list of items awaiting property updating. Does not actually index the item in the search server, indexing is triggered by {@link #CommitAll()}.
Parameters
-
nCardID
- The object id of the card to index
-
pPropertyValues
- IPTCardPropertyValues enumerating the properties of the card to index.
-
pCardBrowseACL
- IPTAccessList of ACLs defining who can read this card.
-
pFolderBrowseACL
- IPTAccessList of ACLs defining who can read the folder containing this card.
-
vsaAncestors
- An int[] array of ancestor folder ids, as described in {@link #IndexCard(int,int,IPTCardPropertyValues,IPTAccessList,IPTAccessList,Object,String,String,boolean) IndexCard()}
See Also
IPTIndexer Interface | com.plumtree.server Namespace