ApiBrain().GetPAGERTagPresetNames

Gets the list of PAGER Tag Preset Names in the current Brain File.

Description

Gets the list of PAGER Tag Preset Names in the current Brain File as a List of strings, corresponding Types and Tag Strings can be found a the same indices as the names when calling GetPAGERTagPresetTypes or GetPAGERTagPresetStrings.

Example Usage (C#)


//Getting all the Tag Preset Names

List presetNames = Core.ApiBrain().GetPAGERTagPresetNames();

Parameters

None.

Returns

The string list of PAGER Tag Preset Names in the current Brain File.

See Also

  • ApiBrain().GetAllPAGERTagPresets
  • ApiBrain().GetPAGERTagPresetTypes
  • ApiBrain().GetPAGERTagPresetStrings