[]
Initializes a new instance of the IndexEntry class.
public IndexEntry()
Initializes a new instance of the IndexEntry class.
public IndexEntry(string caption)
Type | Name | Description |
---|---|---|
string | caption | The string that is assigned to the Caption property of the current index entry. |
Initializes a new instance of the IndexEntry class.
public IndexEntry(string caption, params IndexEntryOccurrence[] occurrences)
Type | Name | Description |
---|---|---|
string | caption | The string that is assigned to the Caption property of the current index entry. |
IndexEntryOccurrence[] | occurrences | One or more IndexEntryOccurrence objects that are added to the Occurrences collection of this index entry. |
Initializes a new instance of the IndexEntry class.
public IndexEntry(string caption, params C1LinkTarget[] targets)
Type | Name | Description |
---|---|---|
string | caption | The string that is assigned to the Caption property of the current index entry. |
C1LinkTarget[] | targets | A list of C1LinkTarget objects; for each target in that list, a IndexEntryOccurrence is created and added to the Occurrences of the current index item. |