Initial Release 4.51

Function : Views; Folders
NIFLocateNote - Update collection position for a note.
----------------------------------------------------------------------------------------------------------

#include <nif.h>

STATUS LNPUBLIC NIFLocateNote(
HCOLLECTION hCollection,
COLLECTIONPOSITION far *IndexPos,
NOTEID NoteID
);

Description :

When a collection is modified (for example, when another user adds or deletes a document), the collection position for a note may no longer be valid. NIFLocateNote will locate the specified note ID in the collection, and update the collection position to the new position.

Parameters :

See Also :

NIFUpdateCollection
----------------------------------------------------------------------------------------------------------