Adds a new entry
Declaration Syntax
C# | Visual Basic | Visual C++ |
public void AddEntry( int currentDocID, int currentDocStartingOccID, int currentDocEndingOccID )
Public Sub AddEntry ( _ currentDocID As Integer, _ currentDocStartingOccID As Integer, _ currentDocEndingOccID As Integer _ )
public: void AddEntry( int currentDocID, int currentDocStartingOccID, int currentDocEndingOccID )
Parameters
- currentDocID (Int32)
- currentDocStartingOccID (Int32)
- currentDocEndingOccID (Int32)