Creates a new IntercomRecord with the specified recordIndex.
Declaration Syntax
C# | Visual Basic | Visual C++ |
protected override IntercomRecord CreateNewRecord( int recordIndex )
Protected Overrides Function CreateNewRecord ( _ recordIndex As Integer _ ) As IntercomRecord
protected: virtual IntercomRecord^ CreateNewRecord( int recordIndex ) override
Parameters
- recordIndex (Int32)
- 1-based index of the IntercomRecord.
Return Value
A IntercomRecord object.