ES2.GetTags

public static string[] GetTags(string file, ES2Settings settings=null)

Parameters

file The file in which to look for tags.

settings

Optional. A user-created ES2Settings object containing options not specified in path.

Returns

string[] The list of tags within this file.

Description

Returns the names of all of the tags contained in this file.

Note: Tags may not necessarily be retrieved in the order they are contained in the file.

C#

JS