2024 Constructor
Changes 0
C

KeynoteEntry(String, String, String)

Description:
Constructs a new KeynoteEntry from the given key name, parent key name, and keynote text.
Overloads (2):
KeynoteEntry(String,String,String)
public KeynoteEntry(
	string key,
	string parentKey,
	string text
)
  • String
    key
    The key of this KeynoteEntry.
  • String
    parentKey
    The parent key of this KeynoteEntry. Empty string means this KeynoteEntry does not have a parent.
  • String
    text
    The text associated with this KeynoteEntry